github action building

pull/576/head
hunterlong 2020-05-05 21:19:16 -07:00
parent 8c9b604df4
commit c3de43f142
2 changed files with 1 additions and 1 deletions

View File

@ -104,7 +104,6 @@ jobs:
env:
VERSION: ${{ env.VERSION }}
run: |
echo $(go env GOPATH)
cd ./go/src/github.com/${{ github.repository }}
make build
chmod +x statping

View File

@ -56,6 +56,7 @@ test-api:
test-deps:
go get golang.org/x/tools/cmd/cover
go get github.com/mattn/goveralls
go get github.com/GeertJohan/go.rice
go get github.com/GeertJohan/go.rice/rice
go get -u github.com/crazy-max/xgo