Skip to content

Commit e838a21

Browse files
committed
Bump golangci-lint to 2.7.2
1 parent 68d2b07 commit e838a21

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

.pre-commit-config.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -70,7 +70,7 @@ repos:
7070
entry: bashate --error . --ignore=E006,E040,E011,E020,E012
7171

7272
- repo: https://github.com/golangci/golangci-lint
73-
rev: v2.4.0
73+
rev: v2.7.2
7474
hooks:
7575
- id: golangci-lint-full
7676
args: ["-v"]

Makefile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -187,7 +187,7 @@ tidy: ## Run go mod tidy on every mod file in the repo
187187
go mod tidy
188188
cd ./api && go mod tidy
189189

190-
GOLANGCI_LINT_VERSION ?= v2.4.0
190+
GOLANGCI_LINT_VERSION ?= v2.7.2
191191
.PHONY: golangci-lint
192192
golangci-lint:
193193
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)