From b185e06c2f144ad45ce262ec09ee8c8c128abe08 Mon Sep 17 00:00:00 2001 From: Chuck Grindel Date: Sun, 2 Jun 2024 08:12:35 -0600 Subject: [PATCH] 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. --- .bcr/presubmit.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.bcr/presubmit.yml b/.bcr/presubmit.yml index bf967c9fa..c06fab54c 100644 --- a/.bcr/presubmit.yml +++ b/.bcr/presubmit.yml @@ -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"