Update .github/workflows/ci.yml

This commit is contained in:
lhchavez 2020-02-12 17:07:17 -08:00 committed by GitHub
parent a5b3de11ae
commit b201c503ab
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 1 additions and 1 deletions

View File

@ -12,7 +12,7 @@ jobs:
strategy:
fail-fast: false
matrix:
go: [ '1.9', '1.10', '1.11', '1.12' ]
go: [ '1.9', '1.10', '1.11', '1.12' , '1.13']
name: Go ${{ matrix.go }}
runs-on: ubuntu-18.04