ci: support Go 1.25 (#4341)

- Update GitHub Actions workflow to include Go 1.25 in the test matrix
- This change expands the range of Go versions tested for the project

Signed-off-by: Flc <four_leaf_clover@foxmail.com>
This commit is contained in:
Flc゛
2025-09-19 09:44:22 +08:00
committed by GitHub
parent da372fc778
commit 2119046230
+1 -1
View File
@@ -33,7 +33,7 @@ jobs:
strategy:
matrix:
os: [ubuntu-latest, macos-latest]
go: ["1.23", "1.24"]
go: ["1.23", "1.24", "1.25"]
test-tags:
[
"",