From 7b637e540653cfb0acb88a7e771cb92baddcbe79 Mon Sep 17 00:00:00 2001 From: inject <66717990+flag007@users.noreply.github.com> Date: Wed, 20 Jan 2021 21:11:57 +0800 Subject: [PATCH] Update install.sh --- install.sh | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/install.sh b/install.sh index e203de7..ffb70ab 100644 --- a/install.sh +++ b/install.sh @@ -38,8 +38,8 @@ select choice in "${choices[@]}"; do yes) echo "Installing Golang" - wget https://dl.google.com/go/go1.13.4.linux-amd64.tar.gz - sudo tar -xvf go1.13.4.linux-amd64.tar.gz + wget https://golang.org/dl/go1.14.14.linux-amd64.tar.gz + sudo tar -xvf go1.14.14.linux-amd64.tar.gz sudo mv go /usr/local export GOROOT=/usr/local/go export GOPATH=$HOME/go