Skip to content

deps: update to golang v1.21 #175

deps: update to golang v1.21

deps: update to golang v1.21 #175

Triggered via pull request December 28, 2023 14:29
Status Failure
Total duration 1m 44s
Artifacts

linter.yml

on: pull_request
Fit to window
Zoom out
Zoom in

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/