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 1bf8617 + d66b407 commit e7a4f0aCopy full SHA for e7a4f0a
1 file changed
Makefile
@@ -121,7 +121,7 @@ tidy: ## Run go mod tidy on every mod file in the repo
121
GOLANGCI_LINT_VERSION ?= v2.7.2
122
.PHONY: golangci-lint
123
golangci-lint:
124
- test -s $(LOCALBIN)/golangci-lint || curl -sSfL https://raw.githubusercontent.com/golangci/golangci-lint/master/install.sh | sh -s $(GOLANGCI_LINT_VERSION)
+ test -s $(LOCALBIN)/golangci-lint || curl -sSfL https://golangci-lint.run/install.sh | sh -s $(GOLANGCI_LINT_VERSION)
125
$(LOCALBIN)/golangci-lint run --fix
126
127
PROCS?=$(shell expr $(shell nproc --ignore 2) / 2)
0 commit comments