mirror of
https://github.com/gin-gonic/gin.git
synced 2025-10-12 02:58:08 +08:00
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:
parent
da372fc778
commit
2119046230
2
.github/workflows/gin.yml
vendored
2
.github/workflows/gin.yml
vendored
@ -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:
|
||||
[
|
||||
"",
|
||||
|
Loading…
x
Reference in New Issue
Block a user