Drop Bazel 4 support

Bazel 6 has been released, and we track the two most recent major
versions.
This commit is contained in:
Eric Anderson 2023-01-10 13:16:32 -08:00
parent 56a4186f0a
commit ec5bc6b1eb
1 changed files with 1 additions and 1 deletions

View File

@ -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