Modify `_parse_bazel_version` to return a tuple of ints rather than a tuple of strings. (#16015)
Bazel is updating its version to 0.10.0, and this will break the version check. Applying suggested fix in https://github.com/bazelbuild/bazel/issues/4425.
Loading
Please sign in to comment