From be81f5d89988cd74de216550b5987676af32f024 Mon Sep 17 00:00:00 2001 From: Dan Prince Date: Fri, 19 Dec 2025 13:11:27 -0500 Subject: [PATCH] Bump golangci-lint to 2.7.2 --- .pre-commit-config.yaml | 2 +- Makefile | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/.pre-commit-config.yaml b/.pre-commit-config.yaml index 5d63ce9dc..6baa36881 100644 --- a/.pre-commit-config.yaml +++ b/.pre-commit-config.yaml @@ -84,7 +84,7 @@ repos: exclude: '\.sum$' - repo: https://github.com/golangci/golangci-lint - rev: v2.4.0 + rev: v2.7.2 hooks: - id: golangci-lint-full args: ["-v"] diff --git a/Makefile b/Makefile index bfda3eeb5..bb5a59cc1 100644 --- a/Makefile +++ b/Makefile @@ -136,7 +136,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