From c8831c8baedbdc8a1e0bc41f33626d903ab1f517 Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Wed, 6 May 2026 13:58:32 +0000 Subject: [PATCH] Update dependency golangci/golangci-lint to v2.12.2 Signed-off-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com> --- Makefile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Makefile b/Makefile index a7af9673e..be5a33355 100644 --- a/Makefile +++ b/Makefile @@ -29,7 +29,7 @@ SEQUOIA_SONAME_DIR = # 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.12.1 +GOLANGCI_LINT_VERSION := 2.12.2 ifeq ($(GOBIN),) GOBIN := $(GOPATH)/bin