We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 2147419 commit 116a183Copy full SHA for 116a183
.github/workflows/testing.yml
@@ -12,7 +12,7 @@ jobs:
12
strategy:
13
matrix:
14
os: [ macos-latest, ubuntu-latest]
15
- go_vers: ['1.21']
+ go_vers: ['1.21', '1.22']
16
steps:
17
- uses: actions/checkout@v2
18
with:
0 commit comments