build: use go 1.13.x in travis
This commit is contained in:
parent
ba530c4abb
commit
e159f05c6e
2 changed files with 3 additions and 1 deletions
|
@ -7,7 +7,7 @@ cache:
|
||||||
- $GOPATH/github.com/golang
|
- $GOPATH/github.com/golang
|
||||||
- $GOPATH/gopkg.in/alecthomas
|
- $GOPATH/gopkg.in/alecthomas
|
||||||
go:
|
go:
|
||||||
- "1.11.x"
|
- "1.13.x"
|
||||||
sudo: false
|
sudo: false
|
||||||
install:
|
install:
|
||||||
- export PATH=$PATH:$PWD/linux-amd64/
|
- export PATH=$PATH:$PWD/linux-amd64/
|
||||||
|
|
2
go.mod
2
go.mod
|
@ -17,3 +17,5 @@ require (
|
||||||
github.com/onsi/gomega v1.4.3 // indirect
|
github.com/onsi/gomega v1.4.3 // indirect
|
||||||
golang.org/x/crypto v0.0.0-20170930174604-9419663f5a44
|
golang.org/x/crypto v0.0.0-20170930174604-9419663f5a44
|
||||||
)
|
)
|
||||||
|
|
||||||
|
go 1.12
|
||||||
|
|
Loading…
Reference in a new issue