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 324e317 + ee71380 commit 3cd2760Copy full SHA for 3cd2760
Makefile
@@ -392,7 +392,7 @@ tidy: ## Run go mod tidy on every mod file in the repo
392
393
.PHONY: golangci-lint
394
golangci-lint:
395
- 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
396
$(LOCALBIN)/golangci-lint run --fix --timeout $(GOLINT_TIMEOUT)
397
398
# Used for webhook testing
0 commit comments