-
Notifications
You must be signed in to change notification settings - Fork 42.2k
go1.19: change some atomic.Value to atomic.Bool #112258
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
Conversation
Signed-off-by: Abirdcfly <[email protected]>
|
/assign @yliaog |
|
/lgtm |
|
/assign @deads2k, serathius for approval |
|
/lgtm |
|
/assign @deads2k @serathius for approval (I guess this assign syntax is correct, Let me try) |
|
/approve |
|
/assign @liggitt |
|
/assign @deads2k routing to @deads2k to load-balance per #112258 (comment) |
|
/approve |
|
[APPROVALNOTIFIER] This PR is APPROVED This pull-request has been approved by: Abirdcfly, deads2k, hzxuzhonghu, serathius The full list of commands accepted by this bot can be found here. The pull request process is described here DetailsNeeds approval from an approver in each of these files:
Approvers can indicate their approval by writing |
|
The Kubernetes project has merge-blocking tests that are currently too flaky to consistently pass. This bot retests PRs for certain kubernetes repos according to the following rules:
You can:
/retest |
Signed-off-by: Abirdcfly [email protected]
What type of PR is this?
/kind cleanup
What this PR does / why we need it:
go 1.19 introduce https://pkg.go.dev/sync/atomic#Bool, with changing some atomic.Value to atomic.Bool make the code self-document and type safe.
Which issue(s) this PR fixes:
Fixes #
Special notes for your reviewer:
Does this PR introduce a user-facing change?
Additional documentation e.g., KEPs (Kubernetes Enhancement Proposals), usage docs, etc.: