mirror of https://github.com/statping/statping
github action building
parent
8c9b604df4
commit
c3de43f142
|
@ -104,7 +104,6 @@ jobs:
|
||||||
env:
|
env:
|
||||||
VERSION: ${{ env.VERSION }}
|
VERSION: ${{ env.VERSION }}
|
||||||
run: |
|
run: |
|
||||||
echo $(go env GOPATH)
|
|
||||||
cd ./go/src/github.com/${{ github.repository }}
|
cd ./go/src/github.com/${{ github.repository }}
|
||||||
make build
|
make build
|
||||||
chmod +x statping
|
chmod +x statping
|
||||||
|
|
1
Makefile
1
Makefile
|
@ -56,6 +56,7 @@ test-api:
|
||||||
test-deps:
|
test-deps:
|
||||||
go get golang.org/x/tools/cmd/cover
|
go get golang.org/x/tools/cmd/cover
|
||||||
go get github.com/mattn/goveralls
|
go get github.com/mattn/goveralls
|
||||||
|
go get github.com/GeertJohan/go.rice
|
||||||
go get github.com/GeertJohan/go.rice/rice
|
go get github.com/GeertJohan/go.rice/rice
|
||||||
go get -u github.com/crazy-max/xgo
|
go get -u github.com/crazy-max/xgo
|
||||||
|
|
||||||
|
|
Loading…
Reference in New Issue