-
Notifications
You must be signed in to change notification settings - Fork 203
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
Revert "Deprecate strings/slices functions covered by stdlib slices" #317
Conversation
|
Welcome @gibizer! |
This reverts commit 4965b0f as it incorrectly started using stdlib slices without declaring that this repo is now only compatible with golang >=1.21.
b9864d0
to
8866f61
Compare
/easycla |
1 similar comment
/easycla |
@thockin could you check this please? (Sorry for pinging directly but you were the approver of the commit I propose to revert here) |
This module has no semantic version tags and following pseudoversions are expensive and sometimes[1] dangerous. So this commit disables the automatic update of this module and instead we rely on bumping this when other k8s.io modules transitively require them. [1]kubernetes/utils#317
Oof. OK. We could add those "deprecated" comments sooner and change the impl later. /lgtm |
[APPROVALNOTIFIER] This PR is APPROVED This pull-request has been approved by: gibizer, thockin The full list of commands accepted by this bot can be found here. The pull request process is described here
Needs approval from an approver in each of these files:
Approvers can indicate their approval by writing |
This reverts commit 4965b0f as it
incorrectly started using stdlib slices without declaring that this repo
is now only compatible with golang >=1.21.
Closes: #316