Skip to content

Commit

Permalink
chore(CI): update minimum go version to 1.13 for travis
Browse files Browse the repository at this point in the history
- errors.Is function requires go version >=1.13
  • Loading branch information
roberChen committed Apr 1, 2021
1 parent 126952a commit 2463a67
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .travis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@ dist: focal

language: go
go:
- "1.12"
- "1.13"

arch:
- amd64
Expand Down

0 comments on commit 2463a67

Please sign in to comment.