Skip to content

Commit f642c8a

Browse files
chore(deps): update dependency golangci/golangci-lint to v2.12.1
1 parent e40cb8e commit f642c8a

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

Makefile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -212,7 +212,7 @@ GOLANGCI_LINT = $(LOCALBIN)/golangci-lint-$(GOLANGCI_LINT_VERSION)
212212
KUSTOMIZE_VERSION ?= v5.8.1 # github-releases:kubernetes-sigs/kustomize:kustomize/(?<version>.*)
213213
CONTROLLER_TOOLS_VERSION ?= v0.20.1 # github-releases:kubernetes-sigs/controller-tools
214214
ENVTEST_VERSION ?= release-0.19 # github-releases:kubernetes-sigs/controller-runtime
215-
GOLANGCI_LINT_VERSION ?= v2.11.4 # github-releases:golangci/golangci-lint
215+
GOLANGCI_LINT_VERSION ?= v2.12.1 # github-releases:golangci/golangci-lint
216216

217217
.PHONY: kustomize
218218
kustomize: $(KUSTOMIZE) ## Download kustomize locally if necessary.

0 commit comments

Comments
 (0)