We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 709c967 commit 44a01deCopy full SHA for 44a01de
.github/workflows/test.yml
@@ -5,7 +5,7 @@ jobs:
5
test:
6
strategy:
7
matrix:
8
- go-version: [1.19.x, 1.20.x]
+ go-version: ['stable', 'oldstable']
9
os: [ubuntu-latest, macos-latest, windows-latest]
10
runs-on: ${{ matrix.os }}
11
steps:
0 commit comments