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 cc1380d + c531d1b commit d22c227Copy full SHA for d22c227
Makefile
@@ -115,7 +115,7 @@ tidy: ## Run go mod tidy on every mod file in the repo
115
116
.PHONY: golangci-lint
117
golangci-lint:
118
- 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
119
$(LOCALBIN)/golangci-lint run --fix --timeout=5m
120
121
.PHONY: test
0 commit comments