mirror of https://github.com/statping/statping
update version on workflow
parent
6a21f20a83
commit
ff0b84311e
|
@ -112,7 +112,7 @@ jobs:
|
||||||
COMMIT: ${{ github.sha }}
|
COMMIT: ${{ github.sha }}
|
||||||
with:
|
with:
|
||||||
xgo_version: latest
|
xgo_version: latest
|
||||||
go_version: 1.17.8
|
go_version: 1.15.x
|
||||||
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.8
|
go_version: 1.15.x
|
||||||
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.8
|
go_version: 1.15.x
|
||||||
dest: build
|
dest: build
|
||||||
prefix: statping
|
prefix: statping
|
||||||
targets: ${{ matrix.platform }}/${{ matrix.arch }}
|
targets: ${{ matrix.platform }}/${{ matrix.arch }}
|
||||||
|
|
|
@ -41,7 +41,6 @@ jobs:
|
||||||
run: yarn
|
run: yarn
|
||||||
|
|
||||||
- name: Download Go mods
|
- name: Download Go mods
|
||||||
if: steps.golangcache.outputs.cache-hit != 'true'
|
|
||||||
run: |
|
run: |
|
||||||
go mod download
|
go mod download
|
||||||
go mod verify
|
go mod verify
|
||||||
|
|
Loading…
Reference in New Issue