Skip to content

Commit 0afc5c3

Browse files
committed
fix version in test flow
1 parent 00efbaa commit 0afc5c3

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/test.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,7 @@ jobs:
1111
pkg-test:
1212
strategy:
1313
matrix:
14-
go-version: [1.24.x]
14+
go-version: [1.25.x]
1515
os: [ubuntu-latest]
1616
runs-on: ${{ matrix.os }}
1717
steps:

0 commit comments

Comments
 (0)