diff --git a/.travis.yml b/.travis.yml index 335d42a4a..04d396a7c 100644 --- a/.travis.yml +++ b/.travis.yml @@ -1,7 +1,7 @@ language: go go: - - 1.5.2 + - 1.6 before_install: - go get golang.org/x/tools/cmd/cover diff --git a/release/install.sh b/release/install.sh index 3cdc96de9..4ecd62e8b 100755 --- a/release/install.sh +++ b/release/install.sh @@ -1,7 +1,7 @@ #!/bin/bash -GO_AMD64=https://storage.googleapis.com/golang/go1.5.3.linux-amd64.tar.gz -GO_X86=https://storage.googleapis.com/golang/go1.5.3.linux-386.tar.gz +GO_AMD64=https://storage.googleapis.com/golang/go1.6.linux-amd64.tar.gz +GO_X86=https://storage.googleapis.com/golang/go1.6.linux-386.tar.gz ARCH=$(uname -m) GO_CUR=${GO_AMD64}