chore(ci): use go 1.24

This commit is contained in:
Jacky 2025-03-12 16:51:08 +08:00
parent 3108dd0f64
commit 69f81541f7
No known key found for this signature in database
GPG key ID: 215C21B10DF38B4D

View file

@ -140,7 +140,7 @@ jobs:
- name: Set up Go - name: Set up Go
uses: actions/setup-go@v5 uses: actions/setup-go@v5
with: with:
go-version: ^1.23.0 go-version: ^1.24.0
cache: false cache: false
- name: Setup environment - name: Setup environment