deps: update to golang v1.21 #175
linter.yml
on: pull_request
lint
1m 36s
go
33s
shellcheck
8s
misspell
7s
alex
24s
goreportcard
0s
Annotations
10 errors and 1 warning
go:
cmd/obelisk/main.go#L64
Error return value of `(*github.com/spf13/pflag.FlagSet).GetString` is not checked (errcheck)
|
go:
cmd/obelisk/main.go#L65
Error return value of `(*github.com/spf13/pflag.FlagSet).GetString` is not checked (errcheck)
|
go:
cmd/obelisk/main.go#L66
Error return value of `(*github.com/spf13/pflag.FlagSet).GetString` is not checked (errcheck)
|
go:
cmd/obelisk/main.go#L69
Error return value of `(*github.com/spf13/pflag.FlagSet).GetBool` is not checked (errcheck)
|
go:
cmd/obelisk/main.go#L70
Error return value of `(*github.com/spf13/pflag.FlagSet).GetBool` is not checked (errcheck)
|
go:
cmd/obelisk/main.go#L71
Error return value of `(*github.com/spf13/pflag.FlagSet).GetBool` is not checked (errcheck)
|
go:
cmd/obelisk/main.go#L78
Error return value of `(*github.com/spf13/pflag.FlagSet).GetInt` is not checked (errcheck)
|
go:
cmd/obelisk/main.go#L79
Error return value of `(*github.com/spf13/pflag.FlagSet).GetInt` is not checked (errcheck)
|
go:
cmd/obelisk/main.go#L81
Error return value of `(*github.com/spf13/pflag.FlagSet).GetInt64` is not checked (errcheck)
|
go:
cmd/obelisk/main.go#L98
Error return value of `os.MkdirAll` is not checked (errcheck)
|
go
The `save-state` command is deprecated and will be disabled soon. Please upgrade to using Environment Files. For more information see: https://github.blog/changelog/2022-10-11-github-actions-deprecating-save-state-and-set-output-commands/
|