From a9fa76947777d3ca0e0d64f8a5af8e9b9d4e5b61 Mon Sep 17 00:00:00 2001 From: "ske-renovate-ce[bot]" <163154779+ske-renovate-ce[bot]@users.noreply.github.com> Date: Tue, 17 Feb 2026 13:40:28 +0000 Subject: [PATCH] Update dependency golangci/golangci-lint to v2.10.0 --- hack/tools.mk | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/hack/tools.mk b/hack/tools.mk index 67c8aad..f0c826d 100644 --- a/hack/tools.mk +++ b/hack/tools.mk @@ -9,7 +9,7 @@ GOIMPORTS_REVISER_VERSION ?= v3.12.5 # 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.9.0 +GOLANGCI_LINT_VERSION ?= v2.10.0 # 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.