chore: update GitHub workflows #327
Annotations
10 errors
|
golint:
cmd/internal/task.go#L40
SA1019: spinner.Tick is deprecated: Use [Model.Tick] instead. (staticcheck)
|
|
golint:
cmd/internal/task.go#L22
SA1019: spinner.NewModel is deprecated: use [New] instead. (staticcheck)
|
|
golint:
cmd/internal/prompt.go#L57
SA1019: p.p.Start is deprecated: please use [Program.Run] instead. (staticcheck)
|
|
golint:
cmd/internal/prompt.go#L23
SA1019: input.NewModel is deprecated: Use [New] instead. (staticcheck)
|
|
golint:
cmd/internal/cmd.go#L143
SA1019: t.p.Start is deprecated: please use [Program.Run] instead. (staticcheck)
|
|
golint:
cmd/internal/cmd.go#L79
ST1005: error strings should not end with punctuation or newlines (staticcheck)
|
|
golint:
cmd/internal/cmd.go#L54
SA1019: spinner.Tick is deprecated: Use [Model.Tick] instead. (staticcheck)
|
|
golint:
cmd/internal/cmd.go#L32
SA1019: spinner.NewModel is deprecated: use [New] instead. (staticcheck)
|
|
golint:
cmd/helpers.go#L86
QF1004: could use bytes.ReplaceAll instead (staticcheck)
|
|
golint:
cmd/dev.go#L8
SA1019: "io/ioutil" has been deprecated since Go 1.19: As of Go 1.16, the same functionality is now provided by package [io] or package [os], and those implementations should be preferred in new code. See the specific function documentation for details. (staticcheck)
|