ci: test on go1.24

This commit is contained in:
Li Jie
2025-02-16 18:14:00 +08:00
parent df0f239929
commit 60fac0a010
4 changed files with 26 additions and 12 deletions

View File

@@ -15,7 +15,7 @@ jobs:
- name: Set up Go
uses: ./.github/actions/setup-go
with:
go-version: '1.23.6'
go-version: '1.24.0'
- name: Check formatting
run: |