Skip to content

Commit b185e06

Browse files
authored
fix: synchronize the Bazel version for the BCR presubmit (#1097)
Need to synchronize the Bazel version in `.bazelversion` with the value in the presubmit YAML file.
1 parent a426a08 commit b185e06

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.bcr/presubmit.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@ bcr_test_module:
44
platform: ["macos"]
55
bazel:
66
# This needs to exactly match the value used in .bazelversion at the root.
7-
- 7.1.1
7+
- 7.1.2
88
tasks:
99
run_tests:
1010
name: "Run test module"

0 commit comments

Comments
 (0)