Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Update google.golang.org/grpc to v1.43.0 #9656

Merged
merged 2 commits into from
Jan 10, 2022
Merged

Commits on Jan 10, 2022

  1. Update google.golang.org/grpc to v1.43.0

    Update grpc dependency to the latest version. Needed to fix the client side hang that
    prevents TwoClustersTunnel from running succesfully, see #9655.
    rosstimothy committed Jan 10, 2022
    Configuration menu
    Copy the full SHA
    c2e4f03 View commit details
    Browse the repository at this point in the history
  2. migrate from grpc.WithInsecure to grpc.WithTransportCredentials(insec…

    …ure.NewCredentials()) to satisfy linter
    rosstimothy committed Jan 10, 2022
    Configuration menu
    Copy the full SHA
    f800bf8 View commit details
    Browse the repository at this point in the history