From 6e3dcc0df55035fde5aaba15f250c8a4caef9683 Mon Sep 17 00:00:00 2001 From: Esun Kim Date: Thu, 20 Apr 2023 14:40:20 -0700 Subject: [PATCH] [Infra] Use Bazel 6 and drop Bazel 4 (#32712) Let's move on as we'd agreed to drop 4.x --- bazel/supported_versions.txt | 3 +-- doc/bazel_support.md | 3 +-- 2 files changed, 2 insertions(+), 4 deletions(-) diff --git a/bazel/supported_versions.txt b/bazel/supported_versions.txt index 8893cbe32ba..a969c230710 100644 --- a/bazel/supported_versions.txt +++ b/bazel/supported_versions.txt @@ -1,3 +1,2 @@ -6.0.0 +6.1.1 5.4.0 -4.2.3 diff --git a/doc/bazel_support.md b/doc/bazel_support.md index 2cd8559f682..337cf5bc767 100644 --- a/doc/bazel_support.md +++ b/doc/bazel_support.md @@ -39,6 +39,5 @@ recent LTS versions of Bazel. However individual releases may have a broader compatibility range. The currently supported versions are captured by the following list: -- [`6.0.0`](https://github.com/bazelbuild/bazel/releases/tag/6.0.0) +- [`6.1.1`](https://github.com/bazelbuild/bazel/releases/tag/6.1.1) - [`5.4.0`](https://github.com/bazelbuild/bazel/releases/tag/5.4.0) -- [`4.2.3`](https://github.com/bazelbuild/bazel/releases/tag/4.2.3)