From 76c4314c4fe002691d7b527fd11cb3c91116bf45 Mon Sep 17 00:00:00 2001 From: Nicolas Lacasse Date: Fri, 10 Apr 2020 12:21:50 -0700 Subject: Install Bazel 3.0.0 on Kokoro image. PiperOrigin-RevId: 305922105 --- tools/images/ubuntu1604/20_bazel.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'tools/images/ubuntu1604') diff --git a/tools/images/ubuntu1604/20_bazel.sh b/tools/images/ubuntu1604/20_bazel.sh index bb7afa676..317bfbffb 100755 --- a/tools/images/ubuntu1604/20_bazel.sh +++ b/tools/images/ubuntu1604/20_bazel.sh @@ -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 -- cgit v1.2.3