mirror of https://github.com/grpc/grpc-java.git
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:
parent
1a0c97a7a4
commit
55a9c012c3
|
@ -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
|
||||
|
|
Loading…
Reference in New Issue