diff --git a/.drone.yml b/.drone.yml index 05e7894..b8e1e81 100644 --- a/.drone.yml +++ b/.drone.yml @@ -4,6 +4,7 @@ pipeline: build: image: golang commands: + - go get -u github.com/golang/dep/cmd/dep - make build build: image: plugins/docker:${docker_tag}