add go 1.6 to CI

This commit is contained in:
Alex Flint 2021-04-16 20:45:13 -07:00
parent cf2205c84d
commit cec6b0d378
1 changed files with 1 additions and 1 deletions

View File

@ -15,7 +15,7 @@ jobs:
strategy:
fail-fast: false
matrix:
go: ['1.12', '1.13', '1.14', '1.15']
go: ['1.13', '1.14', '1.15', '1.16']
steps:
- id: go