make: remove uneccessary go install
'go install' is done as part of 'go get -u'.
This commit is contained in:
parent
4da1c867c3
commit
099a9b7b79
1
Makefile
1
Makefile
@ -110,7 +110,6 @@ $(GOVERALLS_BIN):
|
||||
$(LINT_BIN):
|
||||
@$(call print, "Fetching gometalinter.v2")
|
||||
go get -u $(LINT_PKG)
|
||||
$(GOINSTALL) $(LINT_PKG)
|
||||
|
||||
dep: $(DEP_BIN)
|
||||
@$(call print, "Compiling dependencies.")
|
||||
|
Loading…
Reference in New Issue
Block a user