diff options
author | Nicolas Lacasse <nlacasse@google.com> | 2020-05-20 11:35:09 -0700 |
---|---|---|
committer | gVisor bot <gvisor-bot@google.com> | 2020-05-20 11:36:24 -0700 |
commit | 7f57a09008bbaa16cef248c6f5f7a3ed9e2c2ddb (patch) | |
tree | db74301775087e4e64ee64ec909414dae445fe5c /tools/vm/ubuntu1604/20_bazel.sh | |
parent | 5bf33a386348a3b07cfc60c3738bc0f9af7eabae (diff) |
Upgrade to Bazel 3.1.0.
This upgrades the Kokoro images, bazel toolchains used by RBE runners, and
rules_go, gazelle, and go toolchain versions.
PiperOrigin-RevId: 312522097
Diffstat (limited to 'tools/vm/ubuntu1604/20_bazel.sh')
-rwxr-xr-x | tools/vm/ubuntu1604/20_bazel.sh | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/tools/vm/ubuntu1604/20_bazel.sh b/tools/vm/ubuntu1604/20_bazel.sh index bb7afa676..c5d4ced82 100755 --- a/tools/vm/ubuntu1604/20_bazel.sh +++ b/tools/vm/ubuntu1604/20_bazel.sh @@ -16,7 +16,7 @@ set -xeo pipefail -declare -r BAZEL_VERSION=2.0.0 +declare -r BAZEL_VERSION=3.1.0 # Install bazel dependencies. while true; do |