chore(CI): update minimum go version to 1.13 for travis

- errors.Is function requires go version >=1.13
This commit is contained in:
roberChen 2021-04-01 16:48:22 +08:00
parent 126952a4ca
commit 2463a67dbd

View File

@ -3,7 +3,7 @@ dist: focal
language: go
go:
- "1.12"
- "1.13"
arch:
- amd64