Merge pull request #405 from mattfarina/fix/Makefile

fix(Makefile): Install Glide with go get -u
pull/398/merge
Matt Butcher 9 years ago
commit 7a3fd09c25

@ -82,7 +82,7 @@ ifndef HAS_PIP
$(error Please install the latest version of Python pip) $(error Please install the latest version of Python pip)
endif endif
ifndef HAS_GLIDE ifndef HAS_GLIDE
go get github.com/Masterminds/glide go get -u github.com/Masterminds/glide
endif endif
ifndef HAS_GOLINT ifndef HAS_GOLINT
go get -u github.com/golang/lint/golint go get -u github.com/golang/lint/golint

Loading…
Cancel
Save