Skip to content

Commit 6cee5b6

Browse files
committed
ci: expand CI test matrix to include Go 1.25
- Add Go 1.25 to the test matrix for GitHub Actions Signed-off-by: appleboy <appleboy.tw@gmail.com>
1 parent 236a499 commit 6cee5b6

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
@@ -35,7 +35,7 @@ jobs:
3535
strategy:
3636
matrix:
3737
os: [ubuntu-latest]
38-
go: [1.23, 1.24]
38+
go: [1.23, 1.24, 1.25]
3939
include:
4040
- os: ubuntu-latest
4141
go-build: ~/.cache/go-build

0 commit comments

Comments
 (0)