From 1c21eed0fb49b626e190fe0a70d1446d6c674d34 Mon Sep 17 00:00:00 2001 From: Paul Holzinger Date: Tue, 10 Mar 2026 19:15:39 +0100 Subject: [PATCH] update golangci-lint to v2.11.3 Signed-off-by: Paul Holzinger --- Makefile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Makefile b/Makefile index def0bc5aef..41e80d32c2 100644 --- a/Makefile +++ b/Makefile @@ -71,7 +71,7 @@ BUILDTAGS += ${EXTRA_BUILDTAGS} # N/B: This value is managed by Renovate, manual changes are # possible, as long as they don't disturb the formatting # (i.e. DO NOT ADD A 'v' prefix!) -GOLANGCI_LINT_VERSION := 2.10.1 +GOLANGCI_LINT_VERSION := 2.11.3 PYTHON ?= $(shell command -v python3 python|head -n1) PKG_MANAGER ?= $(shell command -v dnf yum|head -n1) # ~/.local/bin is not in PATH on all systems