using dep ensure -update for the drone build to use latest plugin version

This commit is contained in:
Joachim Hill-Grannec
2018-09-10 10:53:18 -07:00
parent 8e7b0b3912
commit 692c300899
+1 -1
View File
@@ -7,7 +7,7 @@ pipeline:
pull: true
commands:
- go get -u github.com/golang/dep/cmd/dep
- dep ensure
- dep ensure -update
test:
image: golang:1.10