fix(deps): update module sigs.k8s.io/controller-runtime to v0.19.3 #945
golangci-lint.yml
on: pull_request
golangci-lint
3m 40s
Annotations
10 errors and 1 warning
golangci-lint:
main.go#L36
could not import github.com/open-feature/open-feature-operator/webhooks (-: # github.com/open-feature/open-feature-operator/webhooks
|
golangci-lint:
webhooks/pod_webhook.go#L55
m.decoder.Decode undefined (type *admission.Decoder is pointer to interface, not interface)) (typecheck)
|
golangci-lint:
webhooks/common.go#L1
: # github.com/open-feature/open-feature-operator/webhooks [github.com/open-feature/open-feature-operator/webhooks.test]
|
golangci-lint:
webhooks/pod_webhook.go#L55
m.decoder.Decode undefined (type *admission.Decoder is pointer to interface, not interface)
|
golangci-lint:
webhooks/pod_webhook_test.go#L304
cannot use decoder (variable of type admission.Decoder) as *admission.Decoder value in struct literal: admission.Decoder does not implement *admission.Decoder (type *admission.Decoder is pointer to interface, not interface)
|
golangci-lint:
webhooks/pod_webhook_test.go#L324
cannot use decoder (variable of type admission.Decoder) as *admission.Decoder value in struct literal: admission.Decoder does not implement *admission.Decoder (type *admission.Decoder is pointer to interface, not interface)
|
golangci-lint:
webhooks/pod_webhook_test.go#L356
cannot use decoder (variable of type admission.Decoder) as *admission.Decoder value in struct literal: admission.Decoder does not implement *admission.Decoder (type *admission.Decoder is pointer to interface, not interface)
|
golangci-lint:
webhooks/pod_webhook_test.go#L392
cannot use decoder (variable of type admission.Decoder) as *admission.Decoder value in struct literal: admission.Decoder does not implement *admission.Decoder (type *admission.Decoder is pointer to interface, not interface)
|
golangci-lint:
webhooks/pod_webhook_test.go#L420
cannot use decoder (variable of type admission.Decoder) as *admission.Decoder value in struct literal: admission.Decoder does not implement *admission.Decoder (type *admission.Decoder is pointer to interface, not interface)
|
golangci-lint:
webhooks/pod_webhook_test.go#L459
cannot use decoder (variable of type admission.Decoder) as *admission.Decoder value in struct literal: admission.Decoder does not implement *admission.Decoder (type *admission.Decoder is pointer to interface, not interface)
|
golangci-lint
The following actions uses Node.js version which is deprecated and will be forced to run on node20: 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/
|