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
No known key found for this signature in database
GPG Key ID: E7D737B67FA592C7

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: