-
Notifications
You must be signed in to change notification settings - Fork 1.1k
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
silence tlsCert.RootCAs.Subjects is deprecated lint err #2674
Conversation
Signed-off-by: Sourik Ghosh <sourikghosh31@gmail.com>
any idea why |
Thanks for taking this on. I didn't look into it too much because, as I said in the issue it affects 1.18. My guess was that this solution is fine especially because it's in tests. There are two other places where Subjects() gets called, in If you want to test it install 1.18, and make sure that your golint isn't pointing to the default go version. I had to use GOROOT=~/sdk/go1.18beta2 For the EasyCLA, sometimes I've seen it mess up if you made the commit in the github web UI. If not it is a bug. |
Signed-off-by: Sourik Ghosh <sourikghosh31@gmail.com>
Please hold merging this until we release 1.5.0 #2676 |
Codecov Report
@@ Coverage Diff @@
## main #2674 +/- ##
=======================================
- Coverage 75.8% 75.8% -0.1%
=======================================
Files 173 173
Lines 11672 11672
=======================================
- Hits 8854 8850 -4
- Misses 2608 2612 +4
Partials 210 210
|
Signed-off-by: Sourik Ghosh sourikghosh31@gmail.com
closes #2667