From 1f09135d1335b74932e1addc4fee624711b90473 Mon Sep 17 00:00:00 2001 From: ValarDragon Date: Fri, 5 Oct 2018 19:50:48 -0700 Subject: [PATCH] Make update_tools get the correct versions --- Makefile | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/Makefile b/Makefile index 6c26433b..94c20795 100644 --- a/Makefile +++ b/Makefile @@ -80,8 +80,8 @@ get_tools: $(GOPATH)/src/github.com/alecthomas/gometalinter/scripts/install.sh -b $(GOBIN) update_tools: - @echo "--> Updating tools to their latest versions, not the recommended versions" - go get -u -v $(GOTOOLS) + @echo "--> Updating tools" + ./scripts/get_tools.sh #Update dependencies get_vendor_deps: