mirror of https://github.com/statping/statping
update version on workflow
parent
6a21f20a83
commit
ff0b84311e
|
@ -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 }}
|
||||
|
|
|
@ -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 }}
|
||||
|
|
|
@ -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 }}
|
||||
|
|
|
@ -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
|
||||
|
|
Loading…
Reference in New Issue