Merge pull request #138 from alexflint/ci-go15

Add go1.15 to CI
This commit is contained in:
Alex Flint 2021-01-31 19:43:20 -08:00 committed by GitHub
commit bd6844a20d
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.11', '1.12', '1.13', '1.14']
go: ['1.12', '1.13', '1.14', '1.15']
steps:
- id: go