Skip to content

Commit 5328e46

Browse files
committed
ci: update CI to test against Go 1.25
- Add Go 1.25 to the CI test matrix Signed-off-by: appleboy <appleboy.tw@gmail.com>
1 parent ef1d76a commit 5328e46

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
@@ -31,7 +31,7 @@ jobs:
3131
strategy:
3232
matrix:
3333
os: [ubuntu-latest]
34-
go: [1.23, 1.24]
34+
go: [1.23, 1.24, 1.25]
3535
include:
3636
- os: ubuntu-latest
3737
go-build: ~/.cache/go-build

0 commit comments

Comments
 (0)