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 1709c6e + daa7c77 commit aa59f25Copy full SHA for aa59f25
Makefile
@@ -118,7 +118,7 @@ tidy: ## Run go mod tidy on every mod file in the repo
118
119
.PHONY: golangci-lint
120
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
+ test -s $(LOCALBIN)/golangci-lint || curl -sSfL https://raw.githubusercontent.com/golangci/golangci-lint/master/install.sh | sh -s v1.59.1
122
$(LOCALBIN)/golangci-lint run --fix
123
124
PROCS?=$(shell expr $(shell nproc --ignore 2) / 2)
0 commit comments