From 3c812d58f6593dde823d59ebaa9b65732686f5ee Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Fri, 28 Aug 2026 00:53:28 +0000 Subject: [PATCH] chore(deps): update module github.com/golangci/golangci-lint to v2.13.2 --- Makefile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Makefile b/Makefile index e7a8531..3015a50 100644 --- a/Makefile +++ b/Makefile @@ -9,7 +9,7 @@ help: @echo " lint run linting" $(GOBIN)/golangci-lint: - curl -sSfL https://golangci-lint.run/install.sh | sh -s -- -b $(GOBIN) v2.12.2 + curl -sSfL https://golangci-lint.run/install.sh | sh -s -- -b $(GOBIN) v2.13.2 .PHONY: tools tools: $(GOBIN)/golangci-lint