Skip to content

Commit

Permalink
Use recommended way of running golangci-lint install
Browse files Browse the repository at this point in the history
  • Loading branch information
9seconds committed Mar 19, 2022
1 parent 1575b82 commit d7e5545
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Makefile
Expand Up @@ -78,7 +78,7 @@ install-tools: install-tools-lint install-tools-godoc install-tools-gofumpt inst

.PHONY: install-tools-lint
install-tools-lint: .bin
@curl -sfL https://install.goreleaser.com/github.com/golangci/golangci-lint.sh \
@curl -sfL https://raw.githubusercontent.com/golangci/golangci-lint/master/install.sh \
| bash -s -- -b "$(GOBIN)" "$(GOLANGCI_LINT_VERSION)"

.PHONY: install-tools-godoc
Expand Down

0 comments on commit d7e5545

Please sign in to comment.