From e159f05c6e40ccdf1176199767f4273ff32e549d Mon Sep 17 00:00:00 2001 From: Olaoluwa Osuntokun Date: Wed, 25 Sep 2019 18:43:43 -0700 Subject: [PATCH] build: use go 1.13.x in travis --- .travis.yml | 2 +- go.mod | 2 ++ 2 files changed, 3 insertions(+), 1 deletion(-) diff --git a/.travis.yml b/.travis.yml index f65821e9..50634967 100644 --- a/.travis.yml +++ b/.travis.yml @@ -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/ diff --git a/go.mod b/go.mod index 9488a8bd..60639948 100644 --- a/go.mod +++ b/go.mod @@ -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