diff --git a/.drone.yml b/.drone.yml index 0543e32..b037abf 100644 --- a/.drone.yml +++ b/.drone.yml @@ -8,6 +8,7 @@ pipeline: - CGO_ENABLED=0 image: golang:1.10 commands: + - go get -u github.com/golang/dep/cmd/dep - dep ensure - go generate ./... - mkdir /output