Merge pull request #1066 from apernet/ci-go122

ci: update to go 1.22
This commit is contained in:
Toby 2024-04-27 21:00:43 -07:00 committed by GitHub
commit d2805577ff
No known key found for this signature in database
GPG key ID: B5690EEEBB952194
2 changed files with 2 additions and 2 deletions

View file

@ -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

View file

@ -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