Skip to content

Commit 85ff0e7

Browse files
committed
update ci: remove go1.23, add go1.25
Signed-off-by: roc <[email protected]>
1 parent 23b064d commit 85ff0e7

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/ci.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -19,7 +19,7 @@ jobs:
1919
test:
2020
strategy:
2121
matrix:
22-
go: ['1.23.x', '1.24.x']
22+
go: ['1.24.x', '1.25.x']
2323
os: [ubuntu-latest]
2424
runs-on: ${{ matrix.os }}
2525
steps:

0 commit comments

Comments
 (0)