From d21d02d0e072b779405ebbbfb5e7f15e6d39d610 Mon Sep 17 00:00:00 2001 From: Darien Raymond Date: Thu, 28 Feb 2019 21:12:20 +0100 Subject: [PATCH] update bazel version --- azure-pipelines.yml | 2 +- release/release-ci.sh | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/azure-pipelines.yml b/azure-pipelines.yml index b8c907583..f72c550ed 100644 --- a/azure-pipelines.yml +++ b/azure-pipelines.yml @@ -53,7 +53,7 @@ jobs: variables: GOPATH: '$(system.defaultWorkingDirectory)' - BAZEL_VER: '0.22.0' + BAZEL_VER: '0.23.0' steps: - checkout: none diff --git a/release/release-ci.sh b/release/release-ci.sh index 2c5c12d65..4bc56e2f7 100644 --- a/release/release-ci.sh +++ b/release/release-ci.sh @@ -26,7 +26,7 @@ VUSER=$(getattr "b_user" "project") mkdir -p /v2/build pushd /v2/build -BAZEL_VER=0.17.2 +BAZEL_VER=0.23.0 curl -L -O https://github.com/bazelbuild/bazel/releases/download/${BAZEL_VER}/bazel-${BAZEL_VER}-installer-linux-x86_64.sh chmod +x bazel-${BAZEL_VER}-installer-linux-x86_64.sh ./bazel-${BAZEL_VER}-installer-linux-x86_64.sh