Skip to content

Commit 4923d8b

Browse files
committed
ci: add Go 1.25 to continuous integration test matrix
- Add Go 1.25 to the CI test matrix Signed-off-by: appleboy <appleboy.tw@gmail.com>
1 parent c7a665b commit 4923d8b

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
@@ -25,7 +25,7 @@ jobs:
2525
strategy:
2626
matrix:
2727
os: [ubuntu-latest]
28-
go: [1.21, 1.22, 1.23, 1.24]
28+
go: [1.21, 1.22, 1.23, 1.24, 1.25]
2929
include:
3030
- os: ubuntu-latest
3131
go-build: ~/.cache/go-build

0 commit comments

Comments
 (0)