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
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
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