build: use go 1.13.x in travis

This commit is contained in:
Olaoluwa Osuntokun 2019-09-25 18:43:43 -07:00
parent ba530c4abb
commit e159f05c6e
No known key found for this signature in database
GPG key ID: BC13F65E2DC84465
2 changed files with 3 additions and 1 deletions

View file

@ -7,7 +7,7 @@ cache:
- $GOPATH/github.com/golang
- $GOPATH/gopkg.in/alecthomas
go:
- "1.11.x"
- "1.13.x"
sudo: false
install:
- export PATH=$PATH:$PWD/linux-amd64/

2
go.mod
View file

@ -17,3 +17,5 @@ require (
github.com/onsi/gomega v1.4.3 // indirect
golang.org/x/crypto v0.0.0-20170930174604-9419663f5a44
)
go 1.12