summaryrefslogtreecommitdiffhomepage
path: root/kokoro/ubuntu1604
diff options
context:
space:
mode:
authorNicolas Lacasse <nlacasse@google.com>2019-09-11 10:18:16 -0700
committergVisor bot <gvisor-bot@google.com>2019-09-11 10:19:50 -0700
commitf52dd451ed4c517d81dc3274568ea214fb218e71 (patch)
treec72f81aad83a5e11836f1a242e78dfd9e2e93076 /kokoro/ubuntu1604
parentd24be656c9321de8b65e9d21c41f756056847eb1 (diff)
Bump bazel, rules_go, gazelle, and go toolchain to latest versions.
PiperOrigin-RevId: 268486127
Diffstat (limited to 'kokoro/ubuntu1604')
-rwxr-xr-xkokoro/ubuntu1604/20_bazel.sh4
1 files changed, 1 insertions, 3 deletions
diff --git a/kokoro/ubuntu1604/20_bazel.sh b/kokoro/ubuntu1604/20_bazel.sh
index 74b4b8be2..b9a894024 100755
--- a/kokoro/ubuntu1604/20_bazel.sh
+++ b/kokoro/ubuntu1604/20_bazel.sh
@@ -16,9 +16,7 @@
set -xeo pipefail
-# We need to install a specific version of bazel due to a bug with the RBE
-# environment not respecting the dockerPrivileged configuration.
-declare -r BAZEL_VERSION=0.28.1
+declare -r BAZEL_VERSION=0.29.1
# Install bazel dependencies.
apt-get update && apt-get install -y openjdk-8-jdk-headless unzip