Install Bazel 3.0.0 on Kokoro image.

PiperOrigin-RevId: 305922105
This commit is contained in:
Nicolas Lacasse
2020-04-10 12:23:10 -07:00
committed by gVisor bot
parent 8bb8027d55
commit 76c4314c4f
+1 -1
View File
@@ -16,7 +16,7 @@
set -xeo pipefail
declare -r BAZEL_VERSION=2.0.0
declare -r BAZEL_VERSION=3.0.0
# Install bazel dependencies.
while true; do