-
Notifications
You must be signed in to change notification settings - Fork 1.5k
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
Use Go 1.19 sync/atomic
wrappers instead of go.uber.org/atomic
#7160
Labels
area:miscellaneous
easy
Complexity: Easy
enhancement
New feature or request
good first issue
Good for newcomers
priority:p2
Medium
Comments
mx-psi
added
enhancement
New feature or request
good first issue
Good for newcomers
priority:p2
Medium
area:miscellaneous
easy
Complexity: Easy
on hold
labels
Feb 8, 2023
This is now unblocked |
Can I please take ownership for this ? |
@patil-kshitij all yours :) |
PR for this issue is raised. |
codeboten
pushed a commit
that referenced
this issue
Mar 5, 2023
replacing go.uber.org/atomic by sync/atomic wrt issue #7160
Fixed by #7220 |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Labels
area:miscellaneous
easy
Complexity: Easy
enhancement
New feature or request
good first issue
Good for newcomers
priority:p2
Medium
Go 1.19 includes new builtin atomic wrappers that can replace the usage of
go.uber.org/atomic
. We should switch to using these and ban the usage ofgo.uber.org/atomic
viadepguard
(basically, inverting this).This was blocked by #7159
The text was updated successfully, but these errors were encountered: