From 5b18605c171a1312f41ea9faa0fecf4f7ec9ba06 Mon Sep 17 00:00:00 2001 From: Ian Fijolek Date: Sat, 17 Nov 2018 13:45:28 -0800 Subject: [PATCH] Install dep --- .drone.yml | 1 + 1 file changed, 1 insertion(+) 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}