Skip to content

Commit

Permalink
Support Bazel to 5.0.0 (#664)
Browse files Browse the repository at this point in the history
* Support Bazel to 5.0.0

* Update presubmit.yml
  • Loading branch information
Bencodes committed Jan 28, 2022
1 parent 20dc029 commit c7baceb
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion .bazelci/presubmit.yml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
---
validate_config: 1
bazel: 4.2.0
bazel: 5.0.0
buildifier:
version: latest
# no lint warnings for the moment. They are basically a smoke alarm in hell.
Expand Down
2 changes: 1 addition & 1 deletion .bazelversion
Original file line number Diff line number Diff line change
@@ -1 +1 @@
4.2.0
5.0.0

0 comments on commit c7baceb

Please sign in to comment.