Browse Source

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

- errors.Is function requires go version >=1.13
roberChen 4 years ago
parent
commit
2463a67dbd
1 changed files with 1 additions and 1 deletions
  1. 1 1
      .travis.yml

+ 1 - 1
.travis.yml

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