From 42879bb405c02813c3becdcf79c4e740848f9acf Mon Sep 17 00:00:00 2001 From: Protobuf Team Bot Date: Tue, 18 Aug 2026 06:27:36 -0700 Subject: [PATCH] Delete examples/.bazelversion The version number is set to 7.1.0 and the contents of the example would never work on 7.x. Our CI always sets a version which is why this not mattering, but it appears that if you hold it exactly right bazelisk will use this version if present, but fall back to latest bazel if not. Just deleting the file so we don't let it rot again. PiperOrigin-RevId: 966558235 --- examples/.bazelversion | 1 - 1 file changed, 1 deletion(-) delete mode 100644 examples/.bazelversion diff --git a/examples/.bazelversion b/examples/.bazelversion deleted file mode 100644 index a3fcc7121b..0000000000 --- a/examples/.bazelversion +++ /dev/null @@ -1 +0,0 @@ -7.1.0