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 a024e70 + 3ca6304 commit 61356acCopy full SHA for 61356ac
Makefile
@@ -117,7 +117,7 @@ tidy: ## Run go mod tidy on every mod file in the repo
117
118
.PHONY: golangci-lint
119
golangci-lint: vet
120
- 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
121
$(LOCALBIN)/golangci-lint run --fix
122
123
.PHONY: test
0 commit comments