From 099a9b7b79a30a6d421f8f0da44428b7d8ee6f85 Mon Sep 17 00:00:00 2001 From: "Johan T. Halseth" Date: Thu, 11 Oct 2018 10:31:04 +0200 Subject: [PATCH] make: remove uneccessary go install 'go install' is done as part of 'go get -u'. --- Makefile | 1 - 1 file changed, 1 deletion(-) diff --git a/Makefile b/Makefile index 448b26f4..d3fb414d 100644 --- a/Makefile +++ b/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.")