We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 4262520 commit 21b2759Copy full SHA for 21b2759
.github/workflows/build.yml
@@ -12,7 +12,7 @@ jobs:
12
runs-on: ubuntu-latest
13
strategy:
14
matrix:
15
- go: [1.14, 1.15, 1.16]
+ go: [1.7, 1.8, 1.9, 1.10, 1.11, 1.12, 1.13, 1.14, 1.15, 1.16]
16
steps:
17
- name: Checkout
18
uses: actions/checkout@v2
0 commit comments