Bump golang.org/x/crypto from 0.9.0 to 0.17.0 #221
Annotations
6 errors and 1 warning
golangci-lint:
pkg/builder/builder_stats.go#L70
SA1006: printf-style function with dynamic format string and no further arguments should use print-style function instead (staticcheck)
|
golangci-lint:
pkg/builder/builder_stats.go#L70
printf: non-constant format string in call to fmt.Errorf (govet)
|
golangci-lint:
pkg/director/mysql_director_integration_test.go#L79
SA1006: printf-style function with dynamic format string and no further arguments should use print-style function instead (staticcheck)
|
golangci-lint:
pkg/director/mysql_director_integration_test.go#L79
printf: non-constant format string in call to (*testing.common).Errorf (govet)
|
golangci-lint:
pkg/manager/manager_integration_test.go#L87
File is not `gofumpt`-ed (gofumpt)
|
golangci-lint
issues found
|
The following actions use a deprecated Node.js version and will be forced to run on node20: actions/setup-go@v4, golangci/golangci-lint-action@v3. For more info: https://github.blog/changelog/2024-03-07-github-actions-all-actions-will-run-on-node20-instead-of-node16-by-default/
|
Loading