From ca9319d8178693ddb8e4aa3da73aa1d183f829e1 Mon Sep 17 00:00:00 2001 From: "go-git-renovate[bot]" <245267575+go-git-renovate[bot]@users.noreply.github.com> Date: Thu, 20 Nov 2025 21:49:02 +0000 Subject: [PATCH] chore(deps): update dependency golangci/golangci-lint to v2.6.2 --- Makefile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Makefile b/Makefile index d16324a..84bd2d3 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.6.0 +GOLANGCI_VERSION ?= v2.6.2 TOOLS_BIN := $(shell mkdir -p build/tools && realpath build/tools) GOLANGCI = $(TOOLS_BIN)/golangci-lint-$(GOLANGCI_VERSION)