From ca7f06ac020ef0088ebff6524ac116fac33e93aa Mon Sep 17 00:00:00 2001 From: Dan Prince Date: Fri, 19 Dec 2025 13:11:29 -0500 Subject: [PATCH] Bump golangci-lint to 2.7.2 --- Makefile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Makefile b/Makefile index 1418419a..986ca096 100644 --- a/Makefile +++ b/Makefile @@ -133,7 +133,7 @@ tidy: ## Run go mod tidy on every mod file in the repo go mod tidy cd ./api && go mod tidy -GOLANGCI_LINT_VERSION ?= v2.4.0 +GOLANGCI_LINT_VERSION ?= v2.7.2 .PHONY: golangci-lint golangci-lint: # NOTE this will install golangci-lint in to local bin dir