diff --git a/.drone.yml b/.drone.yml index 69b6c4f..a84de3a 100644 --- a/.drone.yml +++ b/.drone.yml @@ -8,7 +8,7 @@ steps: image: golang:1.13 commands: - | - get get -v -t -d ./... + go get -v -t -d ./... if [ -f Gopkg.toml ]; then curl https://raw.githubusercontent.com/golang/dep/master/install.sh | sh dep ensure