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:
@@ -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:
|
||||
[
|
||||
"",
|
||||
|
||||
Reference in New Issue
Block a user