run tests against Go 1.16 (#967)

This commit is contained in:
Harry
2021-10-25 08:05:59 -07:00
committed by GitHub
parent b3df4a5ff0
commit 1cdbb70da1

View File

@@ -14,7 +14,7 @@ jobs:
strategy:
matrix:
os: [ubuntu-latest, macos-latest]
go: ['1.12.17', '1.13.15', '1.14.7', '1.15']
go: ['1.12.17', '1.13.15', '1.14.7', '1.15', '1.16']
fail-fast: false
env:
OS: ${{ matrix.os }}
@@ -64,7 +64,7 @@ jobs:
strategy:
matrix:
go: ['1.12.17', '1.13.15', '1.14.7', '1.15']
go: ['1.12.17', '1.13.15', '1.14.7', '1.15', '1.16']
fail-fast: false
env:
OS: windows-latest