-
Notifications
You must be signed in to change notification settings - Fork 1k
Replace golang.org/x/exp
with stdlib
#2857
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
base: master
Are you sure you want to change the base?
Conversation
a69ed3e
to
c8e09b2
Compare
These experimental packages are now available in the Go standard library since Go 1.21. 1. golang.org/x/exp/slices -> slices [1] 2. golang.org/x/exp/maps -> maps [2] [1]: https://go.dev/doc/go1.21#slices [2]: https://go.dev/doc/go1.21#maps Signed-off-by: Eng Zer Jun <engzerjun@gmail.com>
👍 |
1 similar comment
👍 |
Signed-off-by: Eng Zer Jun <engzerjun@gmail.com>
Cannot start a pipeline due to:
Click on pipeline status check Details link below for more information. |
Hi @FxKu, the previous E2E job run failed, but it looks like a flaky error. Could you please trigger the CI job again? Thanks https://github.com/zalando/postgres-operator/actions/runs/17800579342/job/50610445500#step:7:1076
|
@FxKu Another flaky error. Please re-run the job again. Thanks 🙏
|
@FxKu @idanovinda The tests finally passed! This PR requires two more approvals again. Would you mind re-approving it when you have some time? 🙏 |
These experimental packages are now available in the Go standard library since Go 1.21.
golang.org/x/exp/slices
->slices
(https://go.dev/doc/go1.21#slices)golang.org/x/exp/maps
->maps
(https://go.dev/doc/go1.21#maps)