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}"