We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents 8914554 + 2eb855c commit a7332a9Copy full SHA for a7332a9
.github/workflows/ci.yml
@@ -5,7 +5,7 @@ jobs:
5
test:
6
strategy:
7
matrix:
8
- go: [ 1.16, 1.15 ]
+ go: [ 1.17, 1.16, 1.15 ]
9
name: Tests Go ${{ matrix.go }}
10
runs-on: ubuntu-18.04
11
0 commit comments