-
Notifications
You must be signed in to change notification settings - Fork 3.8k
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
nogo: detect deprecated go standard library packages #92783
Conversation
|
So it looks like we still have work to do here. We either want to remove all uses of |
In Uses of
Possible some of these can be easily fixed too. You can exclude these files in |
9a5499d
to
a2bc1d2
Compare
In cockroachdb#87327, we patched `staticcheck` to detect deprecated "objects" from the standard library. This patch ensures that we also detect deprecated "packages". Closes cockroachdb#84877 Release note: None
a2bc1d2
to
9f2f119
Compare
Build failed (retrying...): |
Build succeeded: |
In #87327, we patched
staticcheck
to detect deprecated "objects" from the standard library. This patch ensures that we also detect deprecated "packages".Closes #84877
Release note: None