ci: support Go 1.25

- 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-08-31 15:45:11 +08:00
parent 77d70e5858
commit db2c3e486b

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:
[
"",