Skip to content

test(transport): replaced deprecated grpc.WithInsecure code #3213

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

Merged
merged 2 commits into from
Jul 9, 2025

Conversation

nomic-embed
Copy link
Contributor

Deprecated grpc.WithInsecure() is being replaced with grpc.WithTransportCredentials(insecure.NewCredentials()),

fix #3150

@nomic-embed nomic-embed requested a review from a team as a code owner June 27, 2025 10:37
@codyoss codyoss added the kokoro:force-run Add this label to force Kokoro to re-run the tests. label Jun 27, 2025
@kokoro-team kokoro-team removed the kokoro:force-run Add this label to force Kokoro to re-run the tests. label Jun 27, 2025
Copy link
Member

@codyoss codyoss left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Thanks!

@codyoss codyoss changed the title fix(transport): replaced deprecated grpc.WithInsecure code test(transport): replaced deprecated grpc.WithInsecure code Jul 9, 2025
@codyoss codyoss added the kokoro:force-run Add this label to force Kokoro to re-run the tests. label Jul 9, 2025
@kokoro-team kokoro-team removed the kokoro:force-run Add this label to force Kokoro to re-run the tests. label Jul 9, 2025
@codyoss codyoss enabled auto-merge (squash) July 9, 2025 19:49
@codyoss codyoss merged commit f1d0fc0 into googleapis:main Jul 9, 2025
5 of 6 checks passed
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

transport: grpc.WithInsecure is deprecated: use insecure.NewCredentials() instead
4 participants