Skip to content
This repository was archived by the owner on Jun 5, 2021. It is now read-only.

Commit 7ef4cc4

Browse files
committed
Use latest Bazel version
1 parent 06ec872 commit 7ef4cc4

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.circleci/config.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,7 @@ install_bazel: &install_bazel
1212
name: Install Bazel
1313
command: |
1414
sudo apt-get install pkg-config zip g++ zlib1g-dev unzip python
15-
BAZEL_VERSION=0.17.2
15+
BAZEL_VERSION=0.21.0
1616
BAZEL_INSTALL_SCRIPT=bazel-$BAZEL_VERSION-installer-linux-x86_64.sh
1717
wget https://github.com/bazelbuild/bazel/releases/download/$BAZEL_VERSION/$BAZEL_INSTALL_SCRIPT
1818
chmod +x $BAZEL_INSTALL_SCRIPT

0 commit comments

Comments
 (0)