From 923bab519d43709d0393735c930e1073f4bca3f7 Mon Sep 17 00:00:00 2001 From: "ske-renovate-ce[bot]" <163154779+ske-renovate-ce[bot]@users.noreply.github.com> Date: Tue, 17 Feb 2026 16:00:59 +0000 Subject: [PATCH] Update dependency golangci/golangci-lint to v2.10.1 --- Makefile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Makefile b/Makefile index f4e3849..494bf5f 100755 --- a/Makefile +++ b/Makefile @@ -3,7 +3,7 @@ PWD = $(shell pwd) # constants # renovate: datasource=github-releases depName=golangci/golangci-lint -GOLANGCI_VERSION = 2.10.0 +GOLANGCI_VERSION = 2.10.1 all: git-hooks tidy ## Initializes all tools out: