diff --git a/Makefile b/Makefile
index c99503ffbf7f2a245ea93991b60002972fae1f61..99d10e6dc2eb6333376aef6256d5ab01acedb40d 100644
--- a/Makefile
+++ b/Makefile
@@ -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