Imported Upstream version 1.22.0
[platform/upstream/grpc.git] / tools / internal_ci / windows / bazel_rbe.bat
index 8f2c534..8abab68 100644 (file)
@@ -13,7 +13,8 @@
 @rem limitations under the License.
 
 @rem TODO(jtattermusch): make this generate less output
-choco install bazel -y --version 0.23.2 --limit-output
+@rem TODO(jtattermusch): use tools/bazel script to keep the versions in sync
+choco install bazel -y --version 0.24.1 --limit-output
 
 cd github/grpc
 set PATH=C:\tools\msys64\usr\bin;C:\Python27;%PATH%