EVEREST-107 update go version to 1.24 #2436
Annotations
5 errors
Run linters:
internal/controller/common/helper_test.go#L57
context.TODO() could be replaced by t.Context() in TestGetOperatorVersion (usetesting)
|
Run linters:
internal/controller/common/helper_test.go#L68
context.TODO() could be replaced by t.Context() in TestGetOperatorVersion (usetesting)
|
Run linters:
internal/controller/common/helper_test.go#L57
[golangci-lint] reported by reviewdog 🐶
context.TODO() could be replaced by t.Context() in TestGetOperatorVersion (usetesting)
Raw Output:
internal/controller/common/helper_test.go:57:3: context.TODO() could be replaced by t.Context() in TestGetOperatorVersion (usetesting)
context.TODO(),
^
|
Run linters:
internal/controller/common/helper_test.go#L68
[golangci-lint] reported by reviewdog 🐶
context.TODO() could be replaced by t.Context() in TestGetOperatorVersion (usetesting)
Raw Output:
internal/controller/common/helper_test.go:68:3: context.TODO() could be replaced by t.Context() in TestGetOperatorVersion (usetesting)
context.TODO(),
^
|
Run linters
Process completed with exit code 1.
|
Loading