chore: add go1.12,1.13,1.14 testing (#102)

This commit is contained in:
Eason Lin 2020-03-28 14:51:47 +08:00 committed by jurabek
parent 1a56239f9d
commit e7f2bba7b3
1 changed files with 3 additions and 0 deletions

View File

@ -2,6 +2,9 @@ language: go
go:
- 1.11.x
- 1.12.x
- 1.13.x
- 1.14.x
matrix:
fast_finish: true