add go1.15 to CI, drop go1.11

This commit is contained in:
Alex Flint 2021-01-31 19:25:17 -08:00
parent 2a23168641
commit bfa189218e
1 changed files with 1 additions and 1 deletions

View File

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