Skip to content

Commit

Permalink
chore(make) golangci-lint install (#141)
Browse files Browse the repository at this point in the history
  • Loading branch information
kemingy committed May 12, 2022
1 parent 567673a commit 7ef5c71
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 @@ -102,7 +102,7 @@ lint: $(GOLANGCI_LINT)
@$(GOLANGCI_LINT) run

$(GOLANGCI_LINT):
curl -sfL https://install.goreleaser.com/github.com/golangci/golangci-lint.sh | sh -s -- -b $(BIN_DIR) v1.23.6
curl -sSfL https://raw.githubusercontent.com/golangci/golangci-lint/master/install.sh | sh -s -- -b $(go env GOPATH)/bin

mockgen-install:
go install github.com/golang/mock/mockgen@v1.6.0
Expand Down

0 comments on commit 7ef5c71

Please sign in to comment.