diff --git a/.pre-commit-config.yaml b/.pre-commit-config.yaml index 93beb387..d9456853 100644 --- a/.pre-commit-config.yaml +++ b/.pre-commit-config.yaml @@ -79,7 +79,7 @@ repos: # E012: here doc didn't end before EOF - repo: https://github.com/golangci/golangci-lint - rev: v2.6.1 + rev: v2.7.2 hooks: - id: golangci-lint-full args: ["-v"] 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