mirror of
https://github.com/cmz0228/hysteria-dev.git
synced 2025-06-13 07:49:54 +00:00
ci: bump go version to 1.18
This commit is contained in:
parent
28b6210ce5
commit
7a0977023e
2
.github/workflows/build-master.yml
vendored
2
.github/workflows/build-master.yml
vendored
@ -30,7 +30,7 @@ jobs:
|
|||||||
TIME: "${{ steps.current-time.outputs.time }}"
|
TIME: "${{ steps.current-time.outputs.time }}"
|
||||||
with:
|
with:
|
||||||
xgo_version: latest
|
xgo_version: latest
|
||||||
go_version: 1.17
|
go_version: 1.18
|
||||||
dest: dist
|
dest: dist
|
||||||
prefix: hysteria
|
prefix: hysteria
|
||||||
targets: linux/amd64,linux/386,linux/arm-5,linux/arm-7,linux/arm64,linux/s390x,linux/mipsle,darwin-10.12/amd64,darwin-10.12/arm64,windows-6.0/amd64,windows-6.0/386
|
targets: linux/amd64,linux/386,linux/arm-5,linux/arm-7,linux/arm64,linux/s390x,linux/mipsle,darwin-10.12/amd64,darwin-10.12/arm64,windows-6.0/amd64,windows-6.0/386
|
||||||
|
4
.github/workflows/release.yml
vendored
4
.github/workflows/release.yml
vendored
@ -32,7 +32,7 @@ jobs:
|
|||||||
TIME: "${{ steps.current-time.outputs.time }}"
|
TIME: "${{ steps.current-time.outputs.time }}"
|
||||||
with:
|
with:
|
||||||
xgo_version: latest
|
xgo_version: latest
|
||||||
go_version: 1.17
|
go_version: 1.18
|
||||||
dest: dist
|
dest: dist
|
||||||
prefix: hysteria-tun
|
prefix: hysteria-tun
|
||||||
targets: linux/amd64,linux/386,linux/arm-5,linux/arm-7,linux/arm64,linux/s390x,linux/mipsle,darwin-10.12/amd64,darwin-10.12/arm64,windows-6.0/amd64,windows-6.0/386
|
targets: linux/amd64,linux/386,linux/arm-5,linux/arm-7,linux/arm64,linux/s390x,linux/mipsle,darwin-10.12/amd64,darwin-10.12/arm64,windows-6.0/amd64,windows-6.0/386
|
||||||
@ -40,7 +40,7 @@ jobs:
|
|||||||
pkg: cmd
|
pkg: cmd
|
||||||
|
|
||||||
- name: Build (notun)
|
- name: Build (notun)
|
||||||
uses: tobyxdd/go-cross-build@21e6b202e20aea08df331ea747dc9c266b420db8
|
uses: tobyxdd/go-cross-build@6f4e7852e615d5499d1e223cd5e6e7569915b023
|
||||||
env:
|
env:
|
||||||
TIME: "${{ steps.current-time.outputs.time }}"
|
TIME: "${{ steps.current-time.outputs.time }}"
|
||||||
CGO_ENABLED: "0"
|
CGO_ENABLED: "0"
|
||||||
|
Loading…
x
Reference in New Issue
Block a user