Makefile: remove -u when installing go-acc
This commit is contained in:
parent
1a4ba97562
commit
a8130f0c40
2
Makefile
2
Makefile
@ -78,7 +78,7 @@ $(LINT_BIN):
|
|||||||
|
|
||||||
$(GOACC_BIN):
|
$(GOACC_BIN):
|
||||||
@$(call print, "Fetching go-acc")
|
@$(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)
|
$(GOINSTALL) $(GOACC_PKG)
|
||||||
|
|
||||||
btcd:
|
btcd:
|
||||||
|
Loading…
Reference in New Issue
Block a user