mirror of
https://github.com/cmz0228/hysteria-dev.git
synced 2025-06-25 13:59:55 +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
|
||||
uses: actions/setup-go@v5
|
||||
with:
|
||||
go-version: "1.21"
|
||||
go-version: "1.22"
|
||||
|
||||
- name: Setup Python # This is for the build script
|
||||
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
|
||||
uses: actions/setup-go@v5
|
||||
with:
|
||||
go-version: "1.21"
|
||||
go-version: "1.22"
|
||||
|
||||
- name: Setup Python # This is for the build script
|
||||
uses: actions/setup-python@v5
|
||||
|
Loading…
x
Reference in New Issue
Block a user