Skip to content

Commit b10efeb

Browse files
committed
Bump golangci-lint to 2.7.2
1 parent f3d5491 commit b10efeb

2 files changed

Lines changed: 2 additions & 2 deletions

File tree

.pre-commit-config.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -79,7 +79,7 @@ repos:
7979
# E012: here doc didn't end before EOF
8080

8181
- repo: https://github.com/golangci/golangci-lint
82-
rev: v2.4.0
82+
rev: v2.7.2
8383
hooks:
8484
- id: golangci-lint-full
8585
args: ["-v"]

Makefile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -118,7 +118,7 @@ tidy: ## Run go mod tidy on every mod file in the repo
118118
go mod tidy
119119
cd ./api && go mod tidy
120120

121-
GOLANGCI_LINT_VERSION ?= v2.4.0
121+
GOLANGCI_LINT_VERSION ?= v2.7.2
122122
.PHONY: golangci-lint
123123
golangci-lint:
124124
test -s $(LOCALBIN)/golangci-lint || curl -sSfL https://raw.githubusercontent.com/golangci/golangci-lint/master/install.sh | sh -s $(GOLANGCI_LINT_VERSION)

0 commit comments

Comments
 (0)