From 52ffb6a5ee1b669c152d6628095698bd2483ca0c Mon Sep 17 00:00:00 2001 From: cho-chem <121272882+cho-chem@users.noreply.github.com> Date: Thu, 6 Jul 2023 09:54:28 +0800 Subject: [PATCH] fix: ci (#5) * change bazel version * remove go proxy --- .bazelrc | 3 --- .bazelversion | 2 +- 2 files changed, 1 insertion(+), 4 deletions(-) diff --git a/.bazelrc b/.bazelrc index 150e6f4..9c28fc3 100644 --- a/.bazelrc +++ b/.bazelrc @@ -4,6 +4,3 @@ build --platform_mappings=envoy/bazel/platform_mappings build:linux --copt=-Wno-uninitialized -build --action_env=GOPROXY=https://goproxy.cn,direct -test --action_env=GOPROXY=https://goproxy.cn,direct -run --action_env=GOPROXY=https://goproxy.cn,direc diff --git a/.bazelversion b/.bazelversion index 09b254e..04edabd 100644 --- a/.bazelversion +++ b/.bazelversion @@ -1 +1 @@ -6.0.0 +5.4.1 \ No newline at end of file