Skip to content

Commit

Permalink
Download golangci-lint at new link (#880)
Browse files Browse the repository at this point in the history
  • Loading branch information
vcheung-stripe committed May 31, 2022
1 parent 927f5ba commit 7c17fc2
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -40,7 +40,7 @@ lint: bin/golangci-lint
.PHONY: lint

bin/golangci-lint:
curl -fsSL https://install.goreleaser.com/github.com/golangci/golangci-lint.sh | sh -s $(GOLANGCI_LINT_VERSION)
curl -sSfL https://raw.githubusercontent.com/golangci/golangci-lint/master/install.sh | sh -s $(GOLANGCI_LINT_VERSION)

# Clean go.mod
go-mod-tidy:
Expand Down

0 comments on commit 7c17fc2

Please sign in to comment.