mirror of
https://github.com/apernet/hysteria.git
synced 2025-04-03 04:27:39 +03:00
ci: bump go1.20
This commit is contained in:
parent
17c35f11f8
commit
12b27ea1b1
5 changed files with 19 additions and 19 deletions
2
.github/workflows/dev-build-master.yml
vendored
2
.github/workflows/dev-build-master.yml
vendored
|
@ -25,7 +25,7 @@ jobs:
|
|||
- name: Setup Go
|
||||
uses: actions/setup-go@v4
|
||||
with:
|
||||
go-version: 1.19
|
||||
go-version: 1.20
|
||||
|
||||
- name: Run build script
|
||||
env:
|
||||
|
|
2
.github/workflows/release.yml
vendored
2
.github/workflows/release.yml
vendored
|
@ -21,7 +21,7 @@ jobs:
|
|||
- name: Setup Go
|
||||
uses: actions/setup-go@v4
|
||||
with:
|
||||
go-version: 1.19
|
||||
go-version: 1.20
|
||||
|
||||
- name: Run build script
|
||||
env:
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue