From 6bf12afccbfbda38d4d2dc72f5dc95624d1b2de2 Mon Sep 17 00:00:00 2001 From: "go-git-renovate[bot]" <245267575+go-git-renovate[bot]@users.noreply.github.com> Date: Fri, 5 Dec 2025 05:15:45 +0000 Subject: [PATCH] build: Update dependency golangci/golangci-lint to v2.7.1 --- Makefile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Makefile b/Makefile index ce4731f..00f4140 100644 --- a/Makefile +++ b/Makefile @@ -8,7 +8,7 @@ COVERAGE_REPORT := coverage.out COVERAGE_MODE := count # renovate: datasource=github-tags depName=golangci/golangci-lint -GOLANGCI_VERSION ?= v2.7.0 +GOLANGCI_VERSION ?= v2.7.1 TOOLS_BIN := $(shell mkdir -p build/tools && realpath build/tools) GOLANGCI = $(TOOLS_BIN)/golangci-lint-$(GOLANGCI_VERSION)