From cdb30c1b6a129eef46415b2b5b60427f92dcd041 Mon Sep 17 00:00:00 2001 From: Bee Date: Thu, 23 Nov 2017 15:07:10 +0100 Subject: [PATCH] Update .travis.yml (#9) --- .travis.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.travis.yml b/.travis.yml index 0a9fe88..0bb36ad 100644 --- a/.travis.yml +++ b/.travis.yml @@ -18,7 +18,7 @@ env: - GOROOT=$HOME/$GOV/go - PATH=$GOROOT/bin:$PATH:$GOPATH/bin matrix: - - V=4.4.1 + - V=4.4.2 before_install: - install -d $GOPATH $GOROOT - wget https://storage.googleapis.com/golang/go$GOV.linux-amd64.tar.gz