From e12a1fe16f3e383d1d2318f649b1fa1572594c44 Mon Sep 17 00:00:00 2001 From: Samuel Lorch Date: Mon, 9 Oct 2023 23:25:03 +0200 Subject: [PATCH] Update go Version --- install.sh | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) 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