Merge pull request #147 from alexflint/ci-go16

Add go 1.16 to CI
This commit is contained in:
Alex Flint 2021-04-16 21:01:28 -07:00 committed by GitHub
commit 113aef7114
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
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