chore: add go1.12,1.13,1.14 testing (#102)
This commit is contained in:
parent
1a56239f9d
commit
e7f2bba7b3
|
|
@ -2,6 +2,9 @@ language: go
|
|||
|
||||
go:
|
||||
- 1.11.x
|
||||
- 1.12.x
|
||||
- 1.13.x
|
||||
- 1.14.x
|
||||
|
||||
matrix:
|
||||
fast_finish: true
|
||||
|
|
|
|||
Loading…
Reference in New Issue