build: update make btcd
command with GO111MODULE=on
This commit is contained in:
parent
f4b6e0b775
commit
c9a5593a64
2
Makefile
2
Makefile
@ -96,7 +96,7 @@ $(LINT_BIN):
|
||||
|
||||
btcd:
|
||||
@$(call print, "Installing btcd.")
|
||||
go get -v github.com/btcsuite/btcd/@v0.0.0-20180823030728-$(BTCD_COMMIT)
|
||||
GO111MODULE=on go get -v github.com/btcsuite/btcd/@v0.0.0-20180823030728-$(BTCD_COMMIT)
|
||||
|
||||
# ============
|
||||
# INSTALLATION
|
||||
|
Loading…
Reference in New Issue
Block a user