Add Go v1.16 to the test matrix

This commit is contained in:
Dalton Hubble
2021-03-19 16:46:32 -07:00
parent 18a84ff091
commit f65829e161

View File

@@ -13,7 +13,7 @@ jobs:
strategy:
fail-fast: false
matrix:
go: ['1.13', '1.14', '1.15']
go: ['1.14', '1.15', '1.16']
steps:
- name: setup
uses: actions/setup-go@v2