From 8e28780630a659fa9a515b7ba12ebc3165f7f9d0 Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Thu, 28 May 2026 09:13:02 +0000 Subject: [PATCH] chore(deps): update module github.com/golangci/golangci-lint to v2.12.2 --- Makefile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Makefile b/Makefile index 08ecfaa..98dad74 100644 --- a/Makefile +++ b/Makefile @@ -2,7 +2,7 @@ GOBASE=$(shell pwd) GOBIN=$(GOBASE)/bin $(GOBIN)/golangci-lint: - curl -sSfL https://raw.githubusercontent.com/golangci/golangci-lint/master/install.sh | sh -s -- -b $(GOBIN) v2.10.1 + curl -sSfL https://raw.githubusercontent.com/golangci/golangci-lint/master/install.sh | sh -s -- -b $(GOBIN) v2.12.2 .PHONY: tools tools: $(GOBIN)/golangci-lint