Skip to content

Commit

Permalink
fix: ensure Bazel version in .bazelverion matches BCR presubmit config (
Browse files Browse the repository at this point in the history
#977)

BCR presubmit fails if these values are not the same.
  • Loading branch information
cgrindel authored Mar 24, 2024
1 parent d956e27 commit bd4b403
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .bcr/presubmit.yml
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@ bcr_test_module:
platform: ["macos"]
bazel:
# This needs to exactly match the value used in .bazelversion at the root.
- 7.0.2
- 7.1.1
tasks:
run_tests:
name: "Run test module"
Expand Down

0 comments on commit bd4b403

Please sign in to comment.