From 32b07ebd6bb39e82c7a0f1610879cb7c54d6605e Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Tue, 4 Nov 2025 12:01:59 +0000 Subject: [PATCH] chore(deps): update module github.com/golangci/golangci-lint to v2.6.1 --- Makefile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Makefile b/Makefile index fbf8443..b8df34c 100644 --- a/Makefile +++ b/Makefile @@ -10,7 +10,7 @@ help: @echo " tidy tidy go mod" $(GOBIN)/golangci-lint: - curl -sSfL https://raw.githubusercontent.com/golangci/golangci-lint/master/install.sh | sh -s -- -b $(GOBIN) v2.1.6 + curl -sSfL https://raw.githubusercontent.com/golangci/golangci-lint/master/install.sh | sh -s -- -b $(GOBIN) v2.6.1 .PHONY: tools tools: $(GOBIN)/golangci-lint