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 29981a2 commit bd822c2Copy full SHA for bd822c2
.github/workflows/tests.yml
@@ -11,7 +11,7 @@ jobs:
11
strategy:
12
fail-fast: true
13
matrix:
14
- go-version: [ 1.16.x 1.17.x 1.18.x]
+ go-version: [ 1.16.x, 1.17.x, 1.18.x]
15
16
name: Go ${{ matrix.go-version }}
17
0 commit comments