From ad4eab91f4a53d759d0c2d900836b4d1bc00ca37 Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Fri, 25 Sep 2026 00:37:12 +0000 Subject: [PATCH] chore(deps): update module github.com/golangci/golangci-lint to v2.14.0 --- Makefile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Makefile b/Makefile index 1e7c31c..15fcafb 100644 --- a/Makefile +++ b/Makefile @@ -10,7 +10,7 @@ help: @echo " tidy tidy go mod" $(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.14.0 .PHONY: tools tools: $(GOBIN)/golangci-lint