Fix missing kube version for vpc clusters #616
Triggered via pull request
September 20, 2024 12:44
Status
Failure
Total duration
1m 46s
Artifacts
–
go.yml
on: pull_request
Build
1m 34s
Integration tests (AWS)
0s
Integration tests (Google)
0s
Integration tests (Azure)
0s
Annotations
10 errors
Build:
tools/release/main.go#L7
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)
|
Build:
internal/providers/terraform/azure/mssql_database.go#L95
printf: non-constant format string in call to github.com/sirupsen/logrus.Warnf (govet)
|
Build:
internal/providers/terraform/azure/sql_database.go#L82
printf: non-constant format string in call to github.com/sirupsen/logrus.Warnf (govet)
|
Build:
internal/hcl/funcs/crypto_test.go#L683
G101: Potential hardcoded credentials: RSA private key (gosec)
|
Build:
internal/hcl/funcs/crypto_test.go#L741
G101: Potential hardcoded credentials: RSA private key (gosec)
|
Build:
internal/hcl/funcs/crypto_test.go#L770
G101: Potential hardcoded credentials: RSA private key (gosec)
|
Build:
internal/hcl/funcs/collection.go#L504
printf: non-constant format string in call to github.com/zclconf/go-cty/cty/function.NewArgErrorf (govet)
|
Build:
internal/hcl/funcs/crypto.go#L171
printf: non-constant format string in call to github.com/zclconf/go-cty/cty/function.NewArgErrorf (govet)
|
Build:
internal/hcl/funcs/filesystem.go#L6
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)
|
Build:
internal/output/format.go#L81
G115: integer overflow conversion int -> int32 (gosec)
|