From cbd8cc69760502e5f3a2b1ba02e769638467736e Mon Sep 17 00:00:00 2001 From: Markus Rudy Date: Wed, 23 Oct 2024 16:45:22 +0200 Subject: [PATCH] ci: use GOPROXY fallbacks (#3456) --- bazel/bazelrc/ci.bazelrc | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/bazel/bazelrc/ci.bazelrc b/bazel/bazelrc/ci.bazelrc index 4bc188e3df..dbae2df5ef 100644 --- a/bazel/bazelrc/ci.bazelrc +++ b/bazel/bazelrc/ci.bazelrc @@ -62,6 +62,10 @@ build --remote_local_fallback # Docs: https://bazel.build/reference/command-line-reference#flag--grpc_keepalive_time build --grpc_keepalive_time=30s +# Use fallbacks in case proxy.golang.org is not reachable. +# Docs: https://go.dev/ref/mod#goproxy-protocol +common '--repo_env=GOPROXY=https://proxy.golang.org|https://goproxy.io|direct' + ###################################### # Edgeless specific #