diff --git a/Makefile b/Makefile
index 3a0e114fe0518bc14cc9774bdea0ac6d33bbbffd..d4b48867910a93eb99e6a34d98bd95f142f1cbc3 100644
--- a/Makefile
+++ b/Makefile
@@ -27,6 +27,7 @@ coverhtml:
 
 dep:
 	@go get -v -d ./...
+	@go get -u github.com/golang/lint/golint
 	@go get github.com/mitchellh/gox
 
 build: dep