From 6aaa36941bc4b337ac47c85b1187b89085d7817f Mon Sep 17 00:00:00 2001 From: "doordash-renovate-staging[bot]" <241833264+doordash-renovate-staging[bot]@users.noreply.github.com> Date: Mon, 6 Jul 2026 16:22:08 +0000 Subject: [PATCH] chore(deps): update module github.com/golangci/golangci-lint to v2.12.2 --- Makefile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Makefile b/Makefile index a89f7328..4de6552a 100644 --- a/Makefile +++ b/Makefile @@ -21,7 +21,7 @@ help: @echo " notice regenerate NOTICE.txt with third-party licenses" $(GOBIN)/golangci-lint: - curl -sSfL https://raw.githubusercontent.com/golangci/golangci-lint/master/install.sh | sh -s -- -b $(GOBIN) v2.4.0 + curl -sSfL https://raw.githubusercontent.com/golangci/golangci-lint/master/install.sh | sh -s -- -b $(GOBIN) v2.12.2 .PHONY: tools tools: $(GOBIN)/golangci-lint