From 8806530ec22781a66b4d96b9cc89b79c5b3f5f4e Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Thu, 14 May 2026 18:43:35 +0000 Subject: [PATCH] chore(deps): update dependency golangci/golangci-lint to v2.12.2 --- Makefile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Makefile b/Makefile index f50ee6d..8fabcf1 100644 --- a/Makefile +++ b/Makefile @@ -212,7 +212,7 @@ GOLANGCI_LINT = $(LOCALBIN)/golangci-lint-$(GOLANGCI_LINT_VERSION) KUSTOMIZE_VERSION ?= v5.8.1 # github-releases:kubernetes-sigs/kustomize:kustomize/(?.*) CONTROLLER_TOOLS_VERSION ?= v0.20.1 # github-releases:kubernetes-sigs/controller-tools ENVTEST_VERSION ?= release-0.19 # github-releases:kubernetes-sigs/controller-runtime -GOLANGCI_LINT_VERSION ?= v2.11.4 # github-releases:golangci/golangci-lint +GOLANGCI_LINT_VERSION ?= v2.12.2 # github-releases:golangci/golangci-lint .PHONY: kustomize kustomize: $(KUSTOMIZE) ## Download kustomize locally if necessary.