Skip to content

Commit 2119046

Browse files
authored
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 <[email protected]>
1 parent da372fc commit 2119046

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/gin.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -33,7 +33,7 @@ jobs:
3333
strategy:
3434
matrix:
3535
os: [ubuntu-latest, macos-latest]
36-
go: ["1.23", "1.24"]
36+
go: ["1.23", "1.24", "1.25"]
3737
test-tags:
3838
[
3939
"",

0 commit comments

Comments
 (0)