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: bazel:
runs-on: ubuntu-latest runs-on: ubuntu-latest
env: env:
USE_BAZEL_VERSION: 5.0.0 USE_BAZEL_VERSION: 6.0.0
steps: steps:
- uses: actions/checkout@v3 - uses: actions/checkout@v3