From 83ffe318e8adad12a06643aaeca99b1a65e321ff Mon Sep 17 00:00:00 2001 From: "ske-renovate-ce[bot]" <163154779+ske-renovate-ce[bot]@users.noreply.github.com> Date: Sun, 22 Mar 2026 18:09:29 +0000 Subject: [PATCH] Update dependency golangci/golangci-lint to v2.11.4 --- Makefile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Makefile b/Makefile index da98f56..35a3729 100755 --- a/Makefile +++ b/Makefile @@ -3,7 +3,7 @@ PWD = $(shell pwd) # constants # renovate: datasource=github-releases depName=golangci/golangci-lint -GOLANGCI_VERSION = 2.11.3 +GOLANGCI_VERSION = 2.11.4 all: git-hooks tidy ## Initializes all tools out: