fix: update to go 1.22.2
due to vulnerabilities in go std library
#10
Annotations
12 warnings
Node.js 16 actions are deprecated. Please update the following actions to use Node.js 20: actions/setup-go@v4. For more information see: https://github.blog/changelog/2023-09-22-github-actions-transitioning-from-node-16-to-node-20/.
|
Revive Action:
cmd/csaf_downloader/config.go#L38
exported type ValidationMode should have comment or be unexported
|
Revive Action:
cmd/csaf_downloader/config.go#L41
exported const ValidationStrict should have comment (or a comment on this block) or be unexported
|
Revive Action:
cmd/csaf_downloader/downloader.go#L41
exported type Downloader should have comment or be unexported
|
Revive Action:
cmd/csaf_downloader/config.go#L45
exported type Config should have comment or be unexported
|
Revive Action:
cmd/csaf_downloader/downloader.go#L58
exported function NewDownloader should have comment or be unexported
|
Revive Action:
pkg/errs/errors.go#L40
exported type ErrInvalidCredentials should have comment or be unexported
|
Revive Action:
cmd/csaf_downloader/downloader.go#L84
exported method Downloader.Close should have comment or be unexported
|
Revive Action:
cmd/csaf_downloader/config.go#L255
comment on exported method Config.Prepare should be of the form "Prepare ..."
|
Revive Action:
pkg/errs/errors.go#L48
exported var ErrRetryable should have comment or be unexported
|
Revive Action:
cmd/csaf_downloader/downloader.go#L768
comment on exported method Downloader.Run should be of the form "Run ..."
|
gofmt
The `set-output` 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/
|
Loading