Makefile: remove -u when installing go-acc

This commit is contained in:
Conner Fromknecht
2019-09-18 13:26:14 -07:00
parent 1a4ba97562
commit a8130f0c40

View File

@ -78,7 +78,7 @@ $(LINT_BIN):
$(GOACC_BIN):
@$(call print, "Fetching go-acc")
go get -u -v $(GOACC_PKG)@$(GOACC_COMMIT)
GO111MODULE=on go get -v $(GOACC_PKG)@$(GOACC_COMMIT)
$(GOINSTALL) $(GOACC_PKG)
btcd: