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