From bbd7afd60b93223975cbd5273d63fc3a5eb37a32 Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Sun, 8 Mar 2026 09:55:38 +0000 Subject: [PATCH] chore(deps): update dependency golangci/golangci-lint to v2.11.2 --- Makefile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Makefile b/Makefile index 9e69bea..ed05feb 100644 --- a/Makefile +++ b/Makefile @@ -10,7 +10,7 @@ GOLANGCI_LINT = $(LOCALBIN)/golangci-lint ## Tool Versions # renovate: datasource=github-releases depName=golangci/golangci-lint -GOLANGCI_LINT_VERSION ?= v2.2.1 +GOLANGCI_LINT_VERSION ?= v2.11.2 # Default: no prefix. Can be overridden via `make patch VERSION_PREFIX=v` VERSION_PREFIX ?= "v"