mirror of
https://github.com/lightningnetwork/lnd.git
synced 2025-03-26 17:52:25 +01:00
Makefile: add verbose output to go get for linter
This commit is contained in:
parent
697974c9cf
commit
ed8913f08a
2
Makefile
2
Makefile
@ -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")
|
||||
|
Loading…
x
Reference in New Issue
Block a user