update version on workflow

pull/1101/head
Jonathan Barney 2022-03-09 08:28:49 -07:00
parent 6a21f20a83
commit ff0b84311e
4 changed files with 3 additions and 4 deletions

View File

@ -112,7 +112,7 @@ jobs:
COMMIT: ${{ github.sha }}
with:
xgo_version: latest
go_version: 1.17.8
go_version: 1.15.x
dest: build
prefix: statping
targets: ${{ matrix.platform }}/${{ matrix.arch }}

View File

@ -109,7 +109,7 @@ jobs:
COMMIT: ${{ github.sha }}
with:
xgo_version: latest
go_version: 1.17.8
go_version: 1.15.x
dest: build
prefix: statping
targets: ${{ matrix.platform }}/${{ matrix.arch }}

View File

@ -129,7 +129,7 @@ jobs:
COMMIT: ${{ github.sha }}
with:
xgo_version: latest
go_version: 1.17.8
go_version: 1.15.x
dest: build
prefix: statping
targets: ${{ matrix.platform }}/${{ matrix.arch }}

View File

@ -41,7 +41,6 @@ jobs:
run: yarn
- name: Download Go mods
if: steps.golangcache.outputs.cache-hit != 'true'
run: |
go mod download
go mod verify