Skip to content

Commit b4db298

Browse files
committed
ci: test builds with Go 1.25 in workflow matrix
- Add Go 1.25 to the list of tested Go versions in the workflow matrix Signed-off-by: appleboy <[email protected]>
1 parent 0d2ab68 commit b4db298

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
@@ -28,7 +28,7 @@ jobs:
2828
strategy:
2929
matrix:
3030
os: [ubuntu-latest]
31-
go: [1.23, 1.24]
31+
go: [1.23, 1.24, 1.25]
3232
include:
3333
- os: ubuntu-latest
3434
go-build: ~/.cache/go-build

0 commit comments

Comments
 (0)