Skip to content

Commit

Permalink
fix: synchronize the Bazel version for the BCR presubmit (#1097)
Browse files Browse the repository at this point in the history
Need to synchronize the Bazel version in `.bazelversion` with the value
in the presubmit YAML file.
  • Loading branch information
cgrindel authored Jun 2, 2024
1 parent a426a08 commit b185e06
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.1.1
- 7.1.2
tasks:
run_tests:
name: "Run test module"
Expand Down

0 comments on commit b185e06

Please sign in to comment.