Makefile: add verbose output to go get for linter

This commit is contained in:
Conner Fromknecht 2019-09-18 14:01:49 -07:00
parent 697974c9cf
commit ed8913f08a
No known key found for this signature in database
GPG Key ID: E7D737B67FA592C7

View File

@ -74,7 +74,7 @@ $(LINT_BIN):
# Switch to tmp directory to prevent lnd go.mod from being modified.
# Hopefully someday a flag for go get will be added for this.
cd /tmp
GO111MODULE=on go get $(LINT_PKG)
GO111MODULE=on go get -v $(LINT_PKG)
$(GOACC_BIN):
@$(call print, "Fetching go-acc")