We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents becf317 + 0619e71 commit 97b553dCopy full SHA for 97b553d
Makefile
@@ -136,7 +136,7 @@ tidy: ## Run go mod tidy on every mod file in the repo
136
137
.PHONY: golangci-lint
138
golangci-lint:
139
- curl -sSfL https://raw.githubusercontent.com/golangci/golangci-lint/master/install.sh | sh -s v1.51.2
+ curl -sSfL https://raw.githubusercontent.com/golangci/golangci-lint/master/install.sh | sh -s v1.59.1
140
$(LOCALBIN)/golangci-lint run --fix
141
142
PROCS?=$(shell expr $(shell nproc --ignore 2) / 4)
0 commit comments