From dbb2ed0a0bb6894ba66a9ed70e9ab14816eff771 Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Wed, 1 Apr 2026 00:52:20 +0000 Subject: [PATCH] Update dependency golangci/golangci-lint to v2.11.4 --- Makefile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Makefile b/Makefile index d84c093b..b0851345 100644 --- a/Makefile +++ b/Makefile @@ -39,7 +39,7 @@ CAAPH_VERSION ?= "v0.2.1" CAPL_VERSION ?= "v0.8.5" # renovate: datasource=github-tags depName=golangci/golangci-lint -GOLANGCI_LINT_VERSION ?= "v2.11.3" +GOLANGCI_LINT_VERSION ?= "v2.11.4" CONTROLPLANE_NODES ?= 1 WORKER_NODES ?= 1