Bump k8s.io/api from 0.20.2 to 0.30.1 #25
Annotations
10 errors and 2 warnings
golangci-lint:
pkg/controller/secretstore/kms.go#L34
r.Update undefined (type *SecretStoreReconciler has no field or method Update) (typecheck)
|
golangci-lint:
pkg/controller/secretstore/secretstore_controller.go#L60
r.Get undefined (type *SecretStoreReconciler has no field or method Get) (typecheck)
|
golangci-lint:
cmd/manager/main.go#L31
could not import sigs.k8s.io/controller-runtime/pkg/log (-: # sigs.k8s.io/controller-runtime/pkg/log
|
golangci-lint
cannot use NullLogger{} (value of type NullLogger) as type logr.Logger in argument to Log.Fulfill
|
golangci-lint
cannot use NullLogger{} (value of type NullLogger) as type logr.Logger in argument to NewDelegatingLogger
|
golangci-lint
cannot use Log (variable of type *DelegatingLogger) as type logr.Logger in variable declaration
|
golangci-lint
assignment mismatch: 1 variable but logr.FromContext returns 2 values
|
golangci-lint
cannot use NullLogger{} (value of type NullLogger) as type logr.Logger in variable declaration
|
golangci-lint
undefined: logr.InfoLogger
|
golangci-lint
cannot use log (variable of type NullLogger) as type logr.Logger in return statement
|
Node.js 16 actions are deprecated. Please update the following actions to use Node.js 20: actions/checkout@v3, actions/setup-go@v4, golangci/[email protected]. For more information see: https://github.blog/changelog/2023-09-22-github-actions-transitioning-from-node-16-to-node-20/.
|
golangci-lint
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/
|
Loading