Skip to content

Commit 9ff8383

Browse files
committed
ci: expand Go version testing matrix for CI
- Update Go version matrix to test against 1.23, 1.24, and 1.25 Signed-off-by: appleboy <appleboy.tw@gmail.com>
1 parent 92feca3 commit 9ff8383

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
@@ -22,7 +22,7 @@ jobs:
2222
strategy:
2323
matrix:
2424
os: [ubuntu-latest]
25-
go: [1.22, 1.23, 1.24]
25+
go: [1.23, 1.24, 1.25]
2626
include:
2727
- os: ubuntu-latest
2828
go-build: ~/.cache/go-build

0 commit comments

Comments
 (0)