Skip to content

Commit 4132916

Browse files
committed
Fix CI linting
Signed-off-by: Blake Gong <blakegong@gmail.com>
1 parent f5c7c6f commit 4132916

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Makefile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -147,7 +147,7 @@ endif
147147
.PHONY: golangci
148148
golangci: ## Install golangci
149149
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)
150+
curl -sSfL https://raw.githubusercontent.com/golangci/golangci-lint/master/install.sh | sh -s -- -b $(shell $(GO) env GOPATH)/bin $(GOLANGCI_VERSION)
151151
endif
152152

153153
.PHONY: tools

0 commit comments

Comments
 (0)