From 684d8620d6aee506d0bdf3ff27c61b7148faf10d Mon Sep 17 00:00:00 2001 From: Ariselia <33754492+Ariselia@users.noreply.github.com> Date: Sun, 11 Feb 2018 18:15:51 +0800 Subject: [PATCH] Update Golang tarball version. --- release/install.sh | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/release/install.sh b/release/install.sh index 4956fd30..7922373e 100755 --- a/release/install.sh +++ b/release/install.sh @@ -1,7 +1,7 @@ #!/bin/bash -GO_AMD64=https://storage.googleapis.com/golang/go1.8.3.linux-amd64.tar.gz -GO_X86=https://storage.googleapis.com/golang/go1.8.3.linux-386.tar.gz +GO_AMD64=https://storage.googleapis.com/golang/go1.9.4.linux-amd64.tar.gz +GO_X86=https://storage.googleapis.com/golang/go1.9.4.linux-386.tar.gz ARCH=$(uname -m) GO_CUR=${GO_AMD64}