mirror of
https://github.com/cmz0228/hysteria-dev.git
synced 2025-06-26 06:19:57 +00:00
ci: update to go 1.22
This commit is contained in:
parent
59f16d0792
commit
8412ec3ab3
2
.github/workflows/master.yml
vendored
2
.github/workflows/master.yml
vendored
@ -19,7 +19,7 @@ jobs:
|
|||||||
- name: Setup Go
|
- name: Setup Go
|
||||||
uses: actions/setup-go@v5
|
uses: actions/setup-go@v5
|
||||||
with:
|
with:
|
||||||
go-version: "1.21"
|
go-version: "1.22"
|
||||||
|
|
||||||
- name: Setup Python # This is for the build script
|
- name: Setup Python # This is for the build script
|
||||||
uses: actions/setup-python@v5
|
uses: actions/setup-python@v5
|
||||||
|
2
.github/workflows/release.yml
vendored
2
.github/workflows/release.yml
vendored
@ -23,7 +23,7 @@ jobs:
|
|||||||
- name: Setup Go
|
- name: Setup Go
|
||||||
uses: actions/setup-go@v5
|
uses: actions/setup-go@v5
|
||||||
with:
|
with:
|
||||||
go-version: "1.21"
|
go-version: "1.22"
|
||||||
|
|
||||||
- name: Setup Python # This is for the build script
|
- name: Setup Python # This is for the build script
|
||||||
uses: actions/setup-python@v5
|
uses: actions/setup-python@v5
|
||||||
|
Loading…
x
Reference in New Issue
Block a user