Skip to content
This repository has been archived by the owner on Sep 26, 2023. It is now read-only.

Commit

Permalink
deps: update grpc to 1.42.1 (#1559)
Browse files Browse the repository at this point in the history
* deps: update grpc to 1.42.1

* test: print bazel version

* deps: update protobuf version to 3.19.1

* test: try googleapis container gcr.io/gapic-images/googleapis:latest

* test: try using no container

* chore: clarified comment on not using container in Bazel build

Co-authored-by: Tomo Suzuki <suztomo@google.com>
  • Loading branch information
Neenu1995 and suztomo committed Nov 29, 2021
1 parent 7b354e7 commit 92b7632
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 2 deletions.
4 changes: 3 additions & 1 deletion .github/workflows/ci.yaml
Expand Up @@ -22,7 +22,9 @@ jobs:

bazel:
runs-on: ubuntu-latest
container: gcr.io/gapic-images/googleapis-bazel:20210105
# Not using a container. The ubuntu-latest has Bazel 4.2 installed as of
# November 2021. gRPC 1.42 requires Bazel 4.
# https://github.com/grpc/grpc-java/pull/7598
steps:
- uses: actions/checkout@v2
- uses: actions/setup-java@v1
Expand Down
2 changes: 1 addition & 1 deletion dependencies.properties
Expand Up @@ -25,7 +25,7 @@ version.gax_httpjson=0.92.1-SNAPSHOT
# with the sources.
version.com_google_protobuf=3.19.1
version.google_java_format=1.1
version.io_grpc=1.41.0
version.io_grpc=1.42.1

# Maven artifacts.
# Note, the actual name of each property matters (bazel build scripts depend on it).
Expand Down

0 comments on commit 92b7632

Please sign in to comment.