diff --git a/Makefile b/Makefile
index 7b9f8e0a93ac68a62e09679cfb1527837baeb507..c7bb6aa275a9b7e28f60239bb3481958978e7a60 100644
--- a/Makefile
+++ b/Makefile
@@ -26,8 +26,7 @@ coverhtml:
 	./tools/coverage.sh html;
 
 dep:
-	@go get -v -d ./...
-	@go install github.com/mitchellh/gox@latest
+	@go get -v ./...
 
 build: dep
 	@gox -output="${CI_PROJECT_DIR}/${PROJECT_NAME}/{{.Dir}}_{{.OS}}_{{.Arch}}" -parallel=6 -osarch '!darwin/386'