ci: Fix typo for dependencies download
Some checks failed
continuous-integration/drone/push Build is failing

This commit is contained in:
Glenn Y. Rolland 2022-08-18 21:09:05 +02:00
parent e0d8391c2e
commit f37667e1f5

View file

@ -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