Update install_go.sh (#10000)

Fix #9949.
This commit is contained in:
Dongge Liu 2023-03-29 13:31:51 +11:00 committed by GitHub
parent da5095b281
commit 32c77ef128
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 1 additions and 1 deletions

View File

@ -19,7 +19,7 @@
case $(uname -m) in
x86_64)
# Download and install the latest stable Go.
# Download and install Go 1.19.
wget -q https://storage.googleapis.com/golang/getgo/installer_linux -O $SRC/installer_linux
chmod +x $SRC/installer_linux
SHELL="bash" $SRC/installer_linux -version 1.19