From c5a80705a8a4bdd011d629d25b49942c6805b318 Mon Sep 17 00:00:00 2001 From: Michael Li Date: Wed, 3 Jun 2026 10:03:09 -0400 Subject: [PATCH] chore: Bump golangci-lint version --- Makefile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Makefile b/Makefile index 6db2a701e4..6ccd19dff1 100644 --- a/Makefile +++ b/Makefile @@ -37,7 +37,7 @@ golangci-lint: if [ "$(GOLINT_INSTALLED)" = "" ]; then \ curl -sSfL \ - https://raw.githubusercontent.com/golangci/golangci-lint/3f6f9043a8d0048ec075d2ace970b256cdf37a96/install.sh | sh -s -- -b $(GO_PATH)/bin v2.4.0; \ + https://raw.githubusercontent.com/golangci/golangci-lint/c0d3ddc9cf3faa61a4e378e879ece580256d76e5/install.sh | sh -s -- -b $(GO_PATH)/bin v2.12.2; \ fi; .PHONY: cleangen