Update .github/workflows/ci.yml
This commit is contained in:
parent
a5b3de11ae
commit
b201c503ab
|
@ -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
|
||||
|
|
Loading…
Reference in New Issue