From a46b0240e47b3bb96ef95c81d62897e724cafa51 Mon Sep 17 00:00:00 2001 From: Bee Date: Wed, 6 Dec 2017 11:11:25 +0100 Subject: [PATCH] Update .travis.yml (#12) --- .travis.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.travis.yml b/.travis.yml index 6983326..290a29d 100644 --- a/.travis.yml +++ b/.travis.yml @@ -19,7 +19,7 @@ env: - GOROOT=$HOME/$GOV/go - PATH=$GOROOT/bin:$PATH:$GOPATH/bin matrix: - - V=4.4.3 + - V=4.3.3 before_install: - install -d $GOPATH $GOROOT - wget https://storage.googleapis.com/golang/go$GOV.linux-amd64.tar.gz