diff --git a/scripts/install_go.sh b/scripts/install_go.sh index e91be1932..5dbf4e04f 100755 --- a/scripts/install_go.sh +++ b/scripts/install_go.sh @@ -29,6 +29,7 @@ function main() { --silent \ --location \ --retry 15 \ + --retry-all-errors \ --retry-delay 2 \ --output "/tmp/go.tgz"