ci: use go 1.23

Signed-off-by: Shengqi Chen <harry-chen@outlook.com>
This commit is contained in:
Shengqi Chen 2025-02-27 22:15:22 +08:00
parent 0a00097301
commit ece3e3d9e3
No known key found for this signature in database
2 changed files with 2 additions and 2 deletions

View File

@ -18,7 +18,7 @@ jobs:
- name: Set up Go
uses: actions/setup-go@v5
with:
go-version: '^1.22'
go-version: '^1.23'
id: go
- name: Build
run: |

View File

@ -20,7 +20,7 @@ jobs:
- name: Set up Go
uses: actions/setup-go@v5
with:
go-version: '^1.22'
go-version: '^1.23'
id: go
- name: Get dependencies