There was an error while loading. Please reload this page.
2 parents 1127435 + c98a878 commit 24b036dCopy full SHA for 24b036d
1 file changed
Makefile
@@ -420,7 +420,7 @@ $(GINKGO): $(LOCALBIN)
420
421
.PHONY: golangci-lint
422
GOLANGCILINT := $(LOCALBIN)/golangci-lint
423
-GOLANGCI_URL := https://raw.githubusercontent.com/golangci/golangci-lint/master/install.sh
+GOLANGCI_URL := https://raw.githubusercontent.com/golangci/golangci-lint/main/install.sh
424
golangci-lint: $(GOLANGCILINT) ## Download golangci-lint
425
$(GOLANGCILINT): $(LOCALBIN)
426
test -s $@ || { curl -sSfL $(GOLANGCI_URL) | sh -s -- -b $(LOCALBIN) $(GOLANGCI_VERSION); }
0 commit comments