Use Go 1.19 sync/atomic
wrappers instead of go.uber.org/atomic
#18456
Labels
ci-cd
CI, CD, testing, build issues
enhancement
New feature or request
good first issue
Good for newcomers
priority:p2
Medium
Component(s)
No response
Describe the issue you're reporting
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).Counterpart of open-telemetry/opentelemetry-collector/issues/7160.
This is blocked by #18454
The text was updated successfully, but these errors were encountered: