Skip to content

Comments

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

Merged
codyoss merged 2 commits intogoogleapis:mainfrom
nomic-embed:insecure_deprecation_fix
Jul 9, 2025
Merged

test(transport): replaced deprecated grpc.WithInsecure code#3213
codyoss merged 2 commits intogoogleapis:mainfrom
nomic-embed:insecure_deprecation_fix

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 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