Update go.yml

This commit is contained in:
2019-12-18 13:43:03 -05:00
committed by GitHub
parent ff120c0366
commit 8abde78bf7

View File

@ -19,6 +19,7 @@ jobs:
- name: Get dependencies
run: |
go get -v -t -d ./...
go get github.com/magefile/mage
if [ -f Gopkg.toml ]; then
curl https://raw.githubusercontent.com/golang/dep/master/install.sh | sh
dep ensure