Browse Source

Update go.yml

pull/52/head
Gregory Rudolph 4 years ago committed by GitHub
parent
commit
8abde78bf7
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
  1. 1
      .github/workflows/go.yml

1
.github/workflows/go.yml

@ -19,6 +19,7 @@ jobs: @@ -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

Loading…
Cancel
Save