Skip to content

refactor: Use non-deprecated insecure credentials#291

Merged
stefanb merged 1 commit intomasterfrom
use-nondeprecated-insecure-credentials
Mar 1, 2026
Merged

refactor: Use non-deprecated insecure credentials#291
stefanb merged 1 commit intomasterfrom
use-nondeprecated-insecure-credentials

Conversation

@stefanb
Copy link
Collaborator

@stefanb stefanb commented Jan 12, 2026

Co-Authored-By: Erazem Kokot <mail@erazemk.com>
@stefanb stefanb requested review from ahmetb and Copilot January 12, 2026 06:57
Copy link

Copilot AI left a comment

Choose a reason for hiding this comment

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

Pull request overview

This PR updates the gRPC client code to use the non-deprecated insecure credentials API and modernizes Go syntax by replacing interface{} with any.

Changes:

  • Replaces deprecated grpc.WithInsecure() with grpc.WithTransportCredentials(insecure.NewCredentials())
  • Updates interface{} to any in the argError function signature

💡 Add Copilot custom instructions for smarter, more guided reviews. Learn how to get started.

@stefanb stefanb changed the title Use non-deprecated insecure credentials refactor: Use non-deprecated insecure credentials Jan 12, 2026
@stefanb stefanb merged commit 9349cd2 into master Mar 1, 2026
3 checks passed
@stefanb stefanb deleted the use-nondeprecated-insecure-credentials branch March 1, 2026 07:38
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.

2 participants