From e2d8085d49cf31a5faf0786d341e12f2c24af90c Mon Sep 17 00:00:00 2001 From: ivanovac Date: Wed, 21 Jan 2026 15:07:28 +0200 Subject: [PATCH] Add --retry-all-errors option when downloading Go binary --- scripts/install_go.sh | 1 + 1 file changed, 1 insertion(+) diff --git a/scripts/install_go.sh b/scripts/install_go.sh index a09027c3d..5554b423f 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"