From 93a9106ab93a1a06e7ed1865716e04b38434519a Mon Sep 17 00:00:00 2001 From: Hiroyuki Komatsu Date: Wed, 21 Aug 2024 06:39:06 +0000 Subject: [PATCH] Modify .bazelversion to allow any Bazel versions. Specifying the Bazel version is a robust way but it requires Bazelisk. We would require Bazelisk in future, but not now. PiperOrigin-RevId: 665723273 --- src/.bazelversion | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/src/.bazelversion b/src/.bazelversion index 150202076..428a3fc14 100644 --- a/src/.bazelversion +++ b/src/.bazelversion @@ -1 +1,5 @@ + 7.3.0 +# The first liine is intentionally empty to allow any Bazel versions. +# We have checked the build and tests with Bazel 7.3.0. +# Remove the first line and use Bazelisk to use the confirmed version.