From ec5bc6b1eb613013a2c78e0b78792661c4d6095a Mon Sep 17 00:00:00 2001 From: Eric Anderson Date: Tue, 10 Jan 2023 13:16:32 -0800 Subject: [PATCH] Drop Bazel 4 support Bazel 6 has been released, and we track the two most recent major versions. --- buildscripts/kokoro/bazel.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/buildscripts/kokoro/bazel.sh b/buildscripts/kokoro/bazel.sh index 107a305bbf..fa7224d8b0 100755 --- a/buildscripts/kokoro/bazel.sh +++ b/buildscripts/kokoro/bazel.sh @@ -3,7 +3,7 @@ set -exu -o pipefail cat /VERSION -use_bazel.sh 4.0.0 +use_bazel.sh 5.0.0 bazel version cd github/grpc-java