Pin Go back to 1.17 (#7409)

A bit more work is required to upgrade to Go 1.18
This commit is contained in:
Oliver Chang 2022-03-21 13:46:15 +11:00 committed by GitHub
parent eddf109b52
commit 88cb334679
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 1 additions and 1 deletions

View File

@ -18,7 +18,7 @@
cd /tmp
curl -O https://storage.googleapis.com/golang/getgo/installer_linux
chmod +x ./installer_linux
SHELL="bash" ./installer_linux
SHELL="bash" ./installer_linux -version=1.17
rm -rf ./installer_linux
echo 'Set "GOPATH=/root/go"'