Skip to content

Commit daa7c77

Browse files
committed
Bump golangci-lint version compatible with go1.21
1 parent 1709c6e commit daa7c77

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
@@ -118,7 +118,7 @@ tidy: ## Run go mod tidy on every mod file in the repo
118118

119119
.PHONY: golangci-lint
120120
golangci-lint:
121-
test -s $(LOCALBIN)/golangci-lint || curl -sSfL https://raw.githubusercontent.com/golangci/golangci-lint/master/install.sh | sh -s v1.51.2
121+
test -s $(LOCALBIN)/golangci-lint || curl -sSfL https://raw.githubusercontent.com/golangci/golangci-lint/master/install.sh | sh -s v1.59.1
122122
$(LOCALBIN)/golangci-lint run --fix
123123

124124
PROCS?=$(shell expr $(shell nproc --ignore 2) / 2)

0 commit comments

Comments
 (0)