We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 6b13a95 commit 06ad889Copy full SHA for 06ad889
.github/workflows/test.yml
@@ -17,7 +17,7 @@ jobs:
17
Build:
18
strategy:
19
matrix:
20
- go-version: [1.17.x, 1.18.x, 1.19.x, 1.20.x, 1.21.x]
+ go-version: [1.17.x, 1.18.x, 1.19.x, 1.20.x, 1.21.x, 1.22.x, 1.23.x]
21
platform: [ubuntu-latest, windows-latest, macos-latest]
22
runs-on: ${{ matrix.platform }}
23
steps:
0 commit comments