From 14c834966266241597e96825cb1a4e808b183f70 Mon Sep 17 00:00:00 2001 From: "ske-renovate-ce[bot]" <163154779+ske-renovate-ce[bot]@users.noreply.github.com> Date: Wed, 6 May 2026 11:45:44 +0000 Subject: [PATCH] Update dependency golangci/golangci-lint to v2.12.2 --- hack/tools.mk | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/hack/tools.mk b/hack/tools.mk index 4819b528..82f529f1 100644 --- a/hack/tools.mk +++ b/hack/tools.mk @@ -9,7 +9,7 @@ GOIMPORTS_REVISER_VERSION ?= v3.12.6 # renovate: datasource=github-releases depName=ko-build/ko KO_VERSION ?= v0.18.1 # renovate: datasource=github-releases depName=golangci/golangci-lint -GOLANGCI_LINT_VERSION ?= v2.11.4 +GOLANGCI_LINT_VERSION ?= v2.12.2 # Tool targets should declare go.mod as a prerequisite, if the tool's version is managed via go modules. This causes # make to rebuild the tool in the desired version, when go.mod is changed.