Skip to content
This repository has been archived by the owner on Jun 18, 2019. It is now read-only.

Commit

Permalink
Bump Bazel version in CI
Browse files Browse the repository at this point in the history
  • Loading branch information
thumphries committed Jan 24, 2019
1 parent b28dab8 commit 022df15
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .circleci/config.yml
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@ jobs:
command: |
set -x
export USER=circleci
VERSION=0.15.2
VERSION=0.21.0
INSTALLER=bazel-$VERSION-installer-linux-x86_64.sh
wget https://github.com/bazelbuild/bazel/releases/download/$VERSION/$INSTALLER
chmod +x $INSTALLER
Expand Down

0 comments on commit 022df15

Please sign in to comment.