From 2e3ccdae60326fb31505554d66a34c8c36e3fd31 Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Wed, 15 Apr 2026 15:46:45 +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