We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 7a357a0 commit e24c279Copy full SHA for e24c279
.github/workflows/go.yml
@@ -12,7 +12,7 @@ jobs:
12
test:
13
strategy:
14
matrix:
15
- go-version: [1.13.x, 1.14.x]
+ go-version: [1.11.x, 1.12.x, 1.13.x, 1.14.x]
16
#os: [ubuntu-latest, macos-latest, windows-latest]
17
os: [ubuntu-latest]
18
fail-fast: false
0 commit comments