Skip to content

Use Go 1.19 sync/atomic wrappers instead of go.uber.org/atomic #18456

Closed
@mx-psi

Description

@mx-psi

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 of go.uber.org/atomic via depguard (basically, inverting this).

Counterpart of open-telemetry/opentelemetry-collector/issues/7160.

This is blocked by #18454

Activity

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Metadata

Metadata

Assignees

Labels

Type

No type

Projects

No projects

Milestone

No milestone

Relationships

None yet

Development

No branches or pull requests

Issue actions