From f5db4a932d5e28fab7f536f98c5029fe0a72c2ba Mon Sep 17 00:00:00 2001 From: "ske-renovate-ce[bot]" <163154779+ske-renovate-ce[bot]@users.noreply.github.com> Date: Fri, 16 Jan 2026 09:18:26 +0000 Subject: [PATCH] Update dependency golangci/golangci-lint to v2.8.0 --- Makefile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Makefile b/Makefile index 11b458c..f7c64ce 100755 --- a/Makefile +++ b/Makefile @@ -3,7 +3,7 @@ PWD = $(shell pwd) # constants # renovate: datasource=github-releases depName=golangci/golangci-lint -GOLANGCI_VERSION = 2.7.2 +GOLANGCI_VERSION = 2.8.0 all: git-hooks tidy ## Initializes all tools out: