We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent d5715da commit 348e7d6Copy full SHA for 348e7d6
.github/workflows/go.yml
@@ -14,7 +14,7 @@ jobs:
14
test:
15
strategy:
16
matrix:
17
- go-version: [1.21.x,1.20.x,1.19.x,1.18.x,1.17.x]
+ go-version: [1.22.x,1.21.x,1.20.x,1.19.x,1.18.x,1.17.x]
18
os: [ubuntu-latest, macos-latest, windows-latest]
19
runs-on: ${{ matrix.os }}
20
steps:
0 commit comments