From eb13d5773244f2039dfe0befb53552efef9a5cab Mon Sep 17 00:00:00 2001 From: "ske-renovate-ce[bot]" <163154779+ske-renovate-ce[bot]@users.noreply.github.com> Date: Wed, 7 Jan 2026 22:09:51 +0000 Subject: [PATCH] Update dependency golangci/golangci-lint to v2.8.0 --- hack/tools.mk | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/hack/tools.mk b/hack/tools.mk index 317e780f..9db23007 100644 --- a/hack/tools.mk +++ b/hack/tools.mk @@ -9,7 +9,7 @@ GOIMPORTS_REVISER_VERSION ?= v3.11.0 # 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.7.2 +GOLANGCI_LINT_VERSION ?= v2.8.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.