Merge pull request #1348 from apernet/ci-update

chore: update go version to 1.24 in workflows
This commit is contained in:
Toby 2025-04-20 14:33:58 -07:00 committed by GitHub
commit 2adeec2900
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.23"
go-version: "1.24"
- 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.23"
go-version: "1.24"
- name: Setup Python # This is for the build script
uses: actions/setup-python@v5