Skip to content

Commit f7d25ed

Browse files
committed
chore(ci): go test: update go versions
1 parent 5d35fec commit f7d25ed

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
test:
1212
strategy:
1313
matrix:
14-
go-version: [1.23.x, 1.22.x]
14+
go-version: [1.24.x, 1.22.x]
1515
platform: [ubuntu-latest, macos-latest, windows-latest]
1616
runs-on: ${{ matrix.platform }}
1717
steps:

0 commit comments

Comments
 (0)