Skip to content

Commit 2673494

Browse files
committed
ci: test against Go 1.25 in CI jobs
- Add Go version 1.25 to the test matrix for CI jobs Signed-off-by: appleboy <[email protected]>
1 parent 944c669 commit 2673494

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/testing.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -42,7 +42,7 @@ jobs:
4242
strategy:
4343
matrix:
4444
os: [ubuntu-latest, macos-latest]
45-
go: [1.24]
45+
go: [1.24, 1.25]
4646
include:
4747
- os: ubuntu-latest
4848
go-build: ~/.cache/go-build

0 commit comments

Comments
 (0)