diff --git a/kokoro/linux/bazel/build.sh b/kokoro/linux/bazel/build.sh index 5f34bea30e..c46a5dd756 100755 --- a/kokoro/linux/bazel/build.sh +++ b/kokoro/linux/bazel/build.sh @@ -3,8 +3,8 @@ # Build file to set up and run tests set -ex -# Install the latest Bazel version available -use_bazel.sh latest +# Install Bazel 4.0.0. +use_bazel.sh 4.0.0 bazel version # Print bazel testlogs to stdout when tests failed.