Skip to content

Commit 21b2759

Browse files
authored
Providing full test matrix in GitHub actions
Starting with Go 1.7, since this is the lowest version still working, once we merge in #12. We can then gradually move upwards.
1 parent 4262520 commit 21b2759

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/build.yml

+1-1
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,7 @@ jobs:
1212
runs-on: ubuntu-latest
1313
strategy:
1414
matrix:
15-
go: [1.14, 1.15, 1.16]
15+
go: [1.7, 1.8, 1.9, 1.10, 1.11, 1.12, 1.13, 1.14, 1.15, 1.16]
1616
steps:
1717
- name: Checkout
1818
uses: actions/checkout@v2

0 commit comments

Comments
 (0)