From 625e3631c4e1470d9d13fa3223aafbac483a60a6 Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Tue, 17 Feb 2026 20:44:22 +0000 Subject: [PATCH] chore(deps): update dependency golangci/golangci-lint to v2.10.1 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 af22ce98..6d36d15a 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.9.0 +GOLANGCI_LINT_VERSION := 2.10.1 ifeq ($(GOBIN),) GOBIN := $(GOPATH)/bin