From 61c274045a3e00954c925fa11fb82b8cb09577bc Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=E4=B8=96=E7=95=8C?= Date: Tue, 8 Nov 2022 23:19:53 +0800 Subject: [PATCH] Update install go script --- release/local/install_go.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/release/local/install_go.sh b/release/local/install_go.sh index 3be27f3a..dea6b47e 100755 --- a/release/local/install_go.sh +++ b/release/local/install_go.sh @@ -1,7 +1,7 @@ #!/usr/bin/env bash set -e -o pipefail -curl -Lo go.tar.gz https://go.dev/dl/go1.19.2.linux-amd64.tar.gz +curl -Lo go.tar.gz https://go.dev/dl/go1.19.3.linux-amd64.tar.gz sudo rm -rf /usr/local/go sudo tar -C /usr/local -xzf go.tar.gz rm go.tar.gz \ No newline at end of file