mirror of https://github.com/statping/statping
bump go versino
parent
50a62c813a
commit
6a21f20a83
|
@ -112,7 +112,7 @@ jobs:
|
||||||
COMMIT: ${{ github.sha }}
|
COMMIT: ${{ github.sha }}
|
||||||
with:
|
with:
|
||||||
xgo_version: latest
|
xgo_version: latest
|
||||||
go_version: 1.17.7
|
go_version: 1.17.8
|
||||||
dest: build
|
dest: build
|
||||||
prefix: statping
|
prefix: statping
|
||||||
targets: ${{ matrix.platform }}/${{ matrix.arch }}
|
targets: ${{ matrix.platform }}/${{ matrix.arch }}
|
||||||
|
|
|
@ -109,7 +109,7 @@ jobs:
|
||||||
COMMIT: ${{ github.sha }}
|
COMMIT: ${{ github.sha }}
|
||||||
with:
|
with:
|
||||||
xgo_version: latest
|
xgo_version: latest
|
||||||
go_version: 1.17.7
|
go_version: 1.17.8
|
||||||
dest: build
|
dest: build
|
||||||
prefix: statping
|
prefix: statping
|
||||||
targets: ${{ matrix.platform }}/${{ matrix.arch }}
|
targets: ${{ matrix.platform }}/${{ matrix.arch }}
|
||||||
|
|
|
@ -129,7 +129,7 @@ jobs:
|
||||||
COMMIT: ${{ github.sha }}
|
COMMIT: ${{ github.sha }}
|
||||||
with:
|
with:
|
||||||
xgo_version: latest
|
xgo_version: latest
|
||||||
go_version: 1.17.7
|
go_version: 1.17.8
|
||||||
dest: build
|
dest: build
|
||||||
prefix: statping
|
prefix: statping
|
||||||
targets: ${{ matrix.platform }}/${{ matrix.arch }}
|
targets: ${{ matrix.platform }}/${{ matrix.arch }}
|
||||||
|
|
|
@ -20,7 +20,7 @@ jobs:
|
||||||
steps:
|
steps:
|
||||||
- uses: actions/setup-go@v2
|
- uses: actions/setup-go@v2
|
||||||
with:
|
with:
|
||||||
go-version: '1.17.7'
|
go-version: '1.17.8'
|
||||||
- uses: actions/setup-node@v1
|
- uses: actions/setup-node@v1
|
||||||
with:
|
with:
|
||||||
node-version: '16.14.0'
|
node-version: '16.14.0'
|
||||||
|
|
2
Makefile
2
Makefile
|
@ -3,7 +3,7 @@ COMMIT=$(shell git rev-parse HEAD)
|
||||||
SIGN_KEY=B76D61FAA6DB759466E83D9964B9C6AAE2D55278
|
SIGN_KEY=B76D61FAA6DB759466E83D9964B9C6AAE2D55278
|
||||||
BINARY_NAME=statping
|
BINARY_NAME=statping
|
||||||
GOBUILD=go build -a
|
GOBUILD=go build -a
|
||||||
GOVERSION=1.17.7
|
GOVERSION=1.17.8
|
||||||
NODE_VERSION=16.14.0
|
NODE_VERSION=16.14.0
|
||||||
XGO=xgo -go $(GOVERSION) --dest=build
|
XGO=xgo -go $(GOVERSION) --dest=build
|
||||||
BUILDVERSION=-ldflags "-X main.VERSION=${VERSION} -X main.COMMIT=${COMMIT}"
|
BUILDVERSION=-ldflags "-X main.VERSION=${VERSION} -X main.COMMIT=${COMMIT}"
|
||||||
|
|
Loading…
Reference in New Issue