From 5e00414f49773f21ec6cb73d7f748bea78ada193 Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Mon, 10 Nov 2025 11:47:36 +0000 Subject: [PATCH] Update dependency golangci/golangci-lint to v2 --- Makefile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Makefile b/Makefile index 38ed1ca9..1c1269b3 100644 --- a/Makefile +++ b/Makefile @@ -256,7 +256,7 @@ KUSTOMIZE_VERSION ?= v5.3.0 CONTROLLER_TOOLS_VERSION ?= v0.15.0 ENVTEST_VERSION ?= latest # renovate: datasource=github-tags depName=golangci/golangci-lint -GOLANGCI_LINT_VERSION ?= v1.59.1 +GOLANGCI_LINT_VERSION ?= v2.6.1 # renovate: datasource=github-tags depName=kubernetes-sigs/kind KIND_VERSION ?= v0.23.0 # renovate: datasource=github-tags depName=helm/helm