Skip to content

Commit a5e5b53

Browse files
committed
ci: add Go 1.25 support to CI test matrix
- Add Go version 1.25 to the test matrix in CI workflow Signed-off-by: appleboy <[email protected]>
1 parent de350c8 commit a5e5b53

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/go.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -30,7 +30,7 @@ jobs:
3030
strategy:
3131
matrix:
3232
os: [ubuntu-latest]
33-
go: [1.23, 1.24]
33+
go: [1.23, 1.24, 1.25]
3434
include:
3535
- os: ubuntu-latest
3636
go-build: ~/.cache/go-build

0 commit comments

Comments
 (0)