From 7bc856b78e4a601fb023ef3cf85a2b7bc371d15f Mon Sep 17 00:00:00 2001 From: "ske-renovate-ce[bot]" <163154779+ske-renovate-ce[bot]@users.noreply.github.com> Date: Wed, 6 May 2026 11:46:12 +0000 Subject: [PATCH] Update dependency golangci/golangci-lint to v2.12.2 --- Makefile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Makefile b/Makefile index 5580438..277ac73 100755 --- a/Makefile +++ b/Makefile @@ -3,7 +3,7 @@ PWD = $(shell pwd) # constants # renovate: datasource=github-releases depName=golangci/golangci-lint -GOLANGCI_VERSION = 2.12.1 +GOLANGCI_VERSION = 2.12.2 all: git-hooks tidy ## Initializes all tools out: