diff --git a/install.sh b/install.sh index 9b8d157..c264373 100644 --- a/install.sh +++ b/install.sh @@ -27,8 +27,8 @@ curl -fsSL https://get.pnpm.io/install.sh | sh - source /root/.bashrc echo "Installing go" -wget "https://go.dev/dl/go1.20.3.linux-amd64.tar.gz" -rm -rf /usr/local/go && tar -C /usr/local -xzf go1.20.3.linux-amd64.tar.gz +wget "https://go.dev/dl/go1.21.2.linux-amd64.tar.gz" +$ rm -rf /usr/local/go && tar -C /usr/local -xzf go1.21.2.linux-amd64.tar.gz cat <> /etc/profile export PATH=$PATH:/usr/local/go/bin EOT