Skip to content

Commit ca7f06a

Browse files
committed
Bump golangci-lint to 2.7.2
1 parent 74db373 commit ca7f06a

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Makefile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -133,7 +133,7 @@ tidy: ## Run go mod tidy on every mod file in the repo
133133
go mod tidy
134134
cd ./api && go mod tidy
135135

136-
GOLANGCI_LINT_VERSION ?= v2.4.0
136+
GOLANGCI_LINT_VERSION ?= v2.7.2
137137
.PHONY: golangci-lint
138138
golangci-lint:
139139
# NOTE this will install golangci-lint in to local bin dir

0 commit comments

Comments
 (0)