From 26d24a509ab91b5178ea18270bbbdd6432ec7132 Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Tue, 17 Feb 2026 16:08:00 +0000 Subject: [PATCH] Update dependency golangci/golangci-lint to v2.10.1 --- Makefile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Makefile b/Makefile index da2600ac..9fdfcbe4 100644 --- a/Makefile +++ b/Makefile @@ -35,7 +35,7 @@ CAAPH_VERSION ?= "v0.2.1" CAPL_VERSION ?= "v0.8.5" # renovate: datasource=github-tags depName=golangci/golangci-lint -GOLANGCI_LINT_VERSION ?= "v2.7.2" +GOLANGCI_LINT_VERSION ?= "v2.10.1" CONTROLPLANE_NODES ?= 1 WORKER_NODES ?= 1