bump go versino

pull/1101/head
Jonathan Barney 2022-03-09 08:19:25 -07:00
parent 50a62c813a
commit 6a21f20a83
5 changed files with 5 additions and 5 deletions

View File

@ -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 }}

View File

@ -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 }}

View File

@ -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 }}

View File

@ -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'

View File

@ -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}"