-
Notifications
You must be signed in to change notification settings - Fork 218
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
pkg: Use new grpc.NewClient over grpc.Dial #4676
Conversation
metalmatze
commented
May 27, 2024
- pkg: Use newer grpc.NewClient over deprecated grpc.Dial
- Update deprecated golanglint-ci config
Is NewClient equivalent to Dial? |
🤖 Meticulous spotted visual differences in 1 of 423 screens tested: view and approve differences detected. Last updated for commit beeca32. This comment will update as new commits are pushed. |
This answers my question: grpc/grpc-go#1786 |
One thing though: shouldn't these lint issues be caught on PR CI? i.e. when the grpc package was upgraded |
That's an excellent question. It should indeed have caught it... |
If I understand this config correctly, we can add parca/.github/workflows/go-lint.yml Lines 42 to 48 in 7ff555c
|
I think we can |