From c351cc0eed00110e2983395ce3134753ada94139 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 13:41:12 +0000 Subject: [PATCH] Update dependency golangci/golangci-lint to v2.10.0 --- Makefile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Makefile b/Makefile index 798527c..f4e3849 100755 --- a/Makefile +++ b/Makefile @@ -3,7 +3,7 @@ PWD = $(shell pwd) # constants # renovate: datasource=github-releases depName=golangci/golangci-lint -GOLANGCI_VERSION = 2.9.0 +GOLANGCI_VERSION = 2.10.0 all: git-hooks tidy ## Initializes all tools out: