Merge pull request #1472 from wpaulino/go1.13

build: use go 1.13.x in travis
This commit is contained in:
Olaoluwa Osuntokun 2019-10-09 18:10:42 -07:00 committed by GitHub
commit 988181ef23
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23
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