We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent e40cb8e commit 7c97709Copy full SHA for 7c97709
1 file changed
Makefile
@@ -212,7 +212,7 @@ GOLANGCI_LINT = $(LOCALBIN)/golangci-lint-$(GOLANGCI_LINT_VERSION)
212
KUSTOMIZE_VERSION ?= v5.8.1 # github-releases:kubernetes-sigs/kustomize:kustomize/(?<version>.*)
213
CONTROLLER_TOOLS_VERSION ?= v0.20.1 # github-releases:kubernetes-sigs/controller-tools
214
ENVTEST_VERSION ?= release-0.19 # github-releases:kubernetes-sigs/controller-runtime
215
-GOLANGCI_LINT_VERSION ?= v2.11.4 # github-releases:golangci/golangci-lint
+GOLANGCI_LINT_VERSION ?= v2.12.2 # github-releases:golangci/golangci-lint
216
217
.PHONY: kustomize
218
kustomize: $(KUSTOMIZE) ## Download kustomize locally if necessary.
0 commit comments