Drop support for Bazel 5

Protobuf 25.0 drops support for Bazel 5. Bazel 7 is coming out very
soon, at which point we'd drop Bazel 5 anyway.
This commit is contained in:
Eric Anderson 2023-12-06 14:42:19 -08:00
parent 1a0c97a7a4
commit 55a9c012c3
1 changed files with 1 additions and 1 deletions

View File

@ -76,7 +76,7 @@ jobs:
bazel:
runs-on: ubuntu-latest
env:
USE_BAZEL_VERSION: 5.0.0
USE_BAZEL_VERSION: 6.0.0
steps:
- uses: actions/checkout@v3