From 1cd51fb80bbeb98432bbdf7cbd7dd7bca63b3f25 Mon Sep 17 00:00:00 2001 From: Blake Li Date: Wed, 8 Feb 2023 10:28:34 -0500 Subject: [PATCH] chore: Pin Bazel version to 5.2.0 (#1304) Pin Bazel version to 5.2.0 as googleapis already updated to 5.2.0 --- .bazeliskrc | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.bazeliskrc b/.bazeliskrc index 463b45379f..c7ac93c78c 100644 --- a/.bazeliskrc +++ b/.bazeliskrc @@ -1,2 +1,2 @@ # See https://github.com/bazelbuild/bazelisk -USE_BAZEL_VERSION=4.2.2 +USE_BAZEL_VERSION=5.2.0