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