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 9a5a63c + 861c5f9 commit ed2009cCopy full SHA for ed2009c
Makefile.common
@@ -248,7 +248,9 @@ proto:
248
ifdef GOLANGCI_LINT
249
$(GOLANGCI_LINT):
250
mkdir -p $(FIRST_GOPATH)/bin
251
- curl -sfL https://install.goreleaser.com/github.com/golangci/golangci-lint.sh | sh -s -- -b $(FIRST_GOPATH)/bin $(GOLANGCI_LINT_VERSION)
+ curl -sfL https://raw.githubusercontent.com/golangci/golangci-lint/$(GOLANGCI_LINT_VERSION)/install.sh \
252
+ | sed -e '/install -d/d' \
253
+ | sh -s -- -b $(FIRST_GOPATH)/bin $(GOLANGCI_LINT_VERSION)
254
endif
255
256
ifdef GOVENDOR
0 commit comments