Skip to content

Commit 06ad889

Browse files
committed
ci: add go 1.22 and 1.23 to test matrix
1 parent 6b13a95 commit 06ad889

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/test.yml

+1-1
Original file line numberDiff line numberDiff line change
@@ -17,7 +17,7 @@ jobs:
1717
Build:
1818
strategy:
1919
matrix:
20-
go-version: [1.17.x, 1.18.x, 1.19.x, 1.20.x, 1.21.x]
20+
go-version: [1.17.x, 1.18.x, 1.19.x, 1.20.x, 1.21.x, 1.22.x, 1.23.x]
2121
platform: [ubuntu-latest, windows-latest, macos-latest]
2222
runs-on: ${{ matrix.platform }}
2323
steps:

0 commit comments

Comments
 (0)