Update go versions to test against

This commit is contained in:
John Barton
2021-09-24 20:38:24 +10:00
parent 77e8b7d7d6
commit 2f66a86dc9

View File

@ -8,7 +8,7 @@ jobs:
strategy:
fail-fast: false
matrix:
go: [ '1.15', '1.14' ]
go: [ '1.17', '1.16', '1.15', '1.14' ]
os: [ ubuntu-latest, macOS-latest, windows-latest ]
name: ${{ matrix.os }} Go ${{ matrix.go }} Tests
steps: