Browse Source

update bazel version

Darien Raymond 6 years ago
parent
commit
d21d02d0e0
2 changed files with 2 additions and 2 deletions
  1. 1 1
      azure-pipelines.yml
  2. 1 1
      release/release-ci.sh

+ 1 - 1
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

+ 1 - 1
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