make: remove uneccessary go install

'go install' is done as part of 'go get -u'.
This commit is contained in:
Johan T. Halseth 2018-10-11 10:31:04 +02:00
parent 4da1c867c3
commit 099a9b7b79
No known key found for this signature in database
GPG Key ID: 15BAADA29DA20D26

@ -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.")