From 99d92dd6713cb126835127092c6856d551a821e3 Mon Sep 17 00:00:00 2001 From: Greg Miller <9447643+devjgm@users.noreply.github.com> Date: Thu, 28 Mar 2019 10:52:54 -0400 Subject: [PATCH] Updates bazel used in CI --- ci/install-bazel.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/ci/install-bazel.sh b/ci/install-bazel.sh index 23cb260b1c00c..a356cd8d2cf63 100755 --- a/ci/install-bazel.sh +++ b/ci/install-bazel.sh @@ -19,7 +19,7 @@ set -eu readonly PLATFORM=$(printf "%s-%s" "$(uname -s)" "$(uname -m)" \ | tr '[:upper:]' '[:lower:]') -readonly BAZEL_VERSION="0.23.2" +readonly BAZEL_VERSION="0.24.0" readonly GITHUB_DL="https://github.com/bazelbuild/bazel/releases/download" readonly SCRIPT_NAME="bazel-${BAZEL_VERSION}-installer-${PLATFORM}.sh" wget -q "${GITHUB_DL}/${BAZEL_VERSION}/${SCRIPT_NAME}"