build: update make btcd command with GO111MODULE=on

This commit is contained in:
Brian Sipple 2018-12-02 18:43:26 -05:00 committed by Olaoluwa Osuntokun
parent f4b6e0b775
commit c9a5593a64

View File

@ -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