Make update_tools get the correct versions

This commit is contained in:
ValarDragon 2018-10-05 19:50:48 -07:00
parent 253b855040
commit 1f09135d13
1 changed files with 2 additions and 2 deletions

View File

@ -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: