ci: Fix typo for dependencies download
Some checks failed
continuous-integration/drone/push Build is failing
Some checks failed
continuous-integration/drone/push Build is failing
This commit is contained in:
parent
e0d8391c2e
commit
f37667e1f5
1 changed files with 1 additions and 1 deletions
|
@ -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
|
||||
|
|
Loading…
Reference in a new issue