mirror of https://github.com/google/oss-fuzz.git
Pin Go back to 1.17 (#7409)
A bit more work is required to upgrade to Go 1.18
This commit is contained in:
parent
eddf109b52
commit
88cb334679
|
@ -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"'
|
||||
|
|
Loading…
Reference in New Issue