Skip to content

Commit

Permalink
Fix CI linting
Browse files Browse the repository at this point in the history
Signed-off-by: Blake Gong <blakegong@gmail.com>
  • Loading branch information
blakegong committed Jul 26, 2022
1 parent f5c7c6f commit 4132916
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Makefile
Expand Up @@ -147,7 +147,7 @@ endif
.PHONY: golangci
golangci: ## Install golangci
ifeq (, $(shell which golangci-lint))
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)
endif

.PHONY: tools
Expand Down

0 comments on commit 4132916

Please sign in to comment.