Browse Source

Update go.yml

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

4
.github/workflows/go.yml

@ -22,10 +22,6 @@ jobs: @@ -22,10 +22,6 @@ jobs:
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
fi
- name: Build
run: go run build.go buildbeta

Loading…
Cancel
Save