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 GitHub
parent bcaba835e4
commit 819800e541
+3
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