Skip to content

Commit cbd8cc6

Browse files
authored
ci: use GOPROXY fallbacks (#3456)
1 parent 7977746 commit cbd8cc6

File tree

1 file changed

+4
-0
lines changed

1 file changed

+4
-0
lines changed

bazel/bazelrc/ci.bazelrc

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -62,6 +62,10 @@ build --remote_local_fallback
6262
# Docs: https://bazel.build/reference/command-line-reference#flag--grpc_keepalive_time
6363
build --grpc_keepalive_time=30s
6464

65+
# Use fallbacks in case proxy.golang.org is not reachable.
66+
# Docs: https://go.dev/ref/mod#goproxy-protocol
67+
common '--repo_env=GOPROXY=https://proxy.golang.org|https://goproxy.io|direct'
68+
6569

6670
######################################
6771
# Edgeless specific #

0 commit comments

Comments
 (0)