From c0fd51a3b4b8646014c1b5bd565c7d38a462c5fc Mon Sep 17 00:00:00 2001 From: mayuehit Date: Thu, 20 Nov 2025 17:32:52 +0800 Subject: [PATCH] fix --- .bazelrc | 1 + 1 file changed, 1 insertion(+) diff --git a/.bazelrc b/.bazelrc index 113d2690..95c13960 100644 --- a/.bazelrc +++ b/.bazelrc @@ -1,6 +1,7 @@ build --action_env=BAZEL_CXXOPTS=-std=c++17 build --action_env=GO111MODULE="on" build --action_env=GONOSUMDB="*" +build --action_env=GOPROXY="https://mirrors.huaweicloud.com/repository/goproxy/" build --define=grpc_no_xds=true build --define=grpc_no_binder=true build --define=grpc_no_ares=true -- Gitee