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.
1 parent f5c7c6f commit 4132916Copy full SHA for 4132916
Makefile
@@ -147,7 +147,7 @@ endif
147
.PHONY: golangci
148
golangci: ## Install golangci
149
ifeq (, $(shell which golangci-lint))
150
- curl -sfL https://install.goreleaser.com/github.com/golangci/golangci-lint.sh | sh -s -- -b $(shell $(GO) env GOPATH)/bin $(GOLANGCI_VERSION)
+ curl -sSfL https://raw.githubusercontent.com/golangci/golangci-lint/master/install.sh | sh -s -- -b $(shell $(GO) env GOPATH)/bin $(GOLANGCI_VERSION)
151
endif
152
153
.PHONY: tools
0 commit comments