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

@@ -32,7 +32,7 @@ jobs:
- name: Set up Go
uses: actions/setup-go@v5
with:
go-version: 1.23.x
go-version: 1.24.x
- name: Set up QEMU
uses: docker/setup-qemu-action@v3
with: