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)
endif
ifndef HAS_GLIDE
go get github.com/Masterminds/glide
go get -u github.com/Masterminds/glide
endif
ifndef HAS_GOLINT
go get -u github.com/golang/lint/golint

Loading…
Cancel
Save