From 5dc0bcee2b91cbcd068c11a597380009ea42aa3f Mon Sep 17 00:00:00 2001 From: "mend-developer-platform-dev[bot]" <116213696+mend-developer-platform-dev[bot]@users.noreply.github.com> Date: Thu, 30 Oct 2025 02:29:27 +0000 Subject: [PATCH] chore(deps): update module github.com/golangci/golangci-lint to v2 --- Makefile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Makefile b/Makefile index e83b8bc..a7ddd8c 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) v1.55.2 + curl -sSfL https://raw.githubusercontent.com/golangci/golangci-lint/master/install.sh | sh -s -- -b $(GOBIN) v2.6.0 .PHONY: tools tools: $(GOBIN)/golangci-lint