We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 259becc commit a9ba67bCopy full SHA for a9ba67b
.github/workflows/tests.yaml
@@ -10,7 +10,7 @@ jobs:
10
runs-on: ubuntu-latest
11
strategy:
12
matrix:
13
- go: [ '1.13', '1.12']
+ go: [ '1.14', '1.13', '1.12']
14
steps:
15
- uses: actions/checkout@v2
16
- name: smoke
0 commit comments