Bump the dev-dependencies group with 2 updates #72
Annotations
10 errors and 3 warnings
golangci-lint:
main.go#L34
could not import github.com/snapp-incubator/sops-operator/api/v1alpha1 (-: # github.com/snapp-incubator/sops-operator/api/v1alpha1
|
golangci-lint:
main.go#L74
unknown field MetricsBindAddress in struct literal of type manager.Options (typecheck)
|
golangci-lint:
main.go#L75
unknown field Port in struct literal of type manager.Options (typecheck)
|
golangci-lint:
api/v1alpha1/gpgkey_webhook.go#L59
cannot use &GPGKey{} (value of type *GPGKey) as admission.Validator value in variable declaration: *GPGKey does not implement admission.Validator (wrong type for method ValidateCreate)
|
golangci-lint:
api/v1alpha1/sopssecret_webhook.go#L51
cannot use &SopsSecret{} (value of type *SopsSecret) as admission.Validator value in variable declaration: *SopsSecret does not implement admission.Validator (wrong type for method ValidateCreate)
|
golangci-lint:
api/v1alpha1/webhook_suite_test.go#L97
unknown field Host in struct literal of type manager.Options (typecheck)
|
golangci-lint:
api/v1alpha1/webhook_suite_test.go#L98
unknown field Port in struct literal of type manager.Options (typecheck)
|
golangci-lint:
api/v1alpha1/webhook_suite_test.go#L99
unknown field CertDir in struct literal of type manager.Options (typecheck)
|
golangci-lint:
api/v1alpha1/webhook_suite_test.go#L101
unknown field MetricsBindAddress in struct literal of type manager.Options (typecheck)
|
golangci-lint:
controllers/gpgkey_controller.go#L23
could not import github.com/snapp-incubator/sops-operator/api/v1alpha1 (-: # github.com/snapp-incubator/sops-operator/api/v1alpha1
|
Node.js 16 actions are deprecated. Please update the following actions to use Node.js 20: actions/checkout@v2, golangci/golangci-lint-action@v2. For more information see: https://github.blog/changelog/2023-09-22-github-actions-transitioning-from-node-16-to-node-20/.
|
The following actions uses node12 which is deprecated and will be forced to run on node16: actions/checkout@v2, golangci/golangci-lint-action@v2. For more info: https://github.blog/changelog/2023-06-13-github-actions-all-actions-will-run-on-node16-instead-of-node12-by-default/
|
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