Skip to content
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

featuregate: replace go.uber.org/multierr with stdlib errors #11105

Closed

Conversation

kruskall
Copy link

Description

Go 1.20 added errors.Join for wrapping multiple errors. Replace go.uber.org/multierr with stdlib methods and drop the dependency

Link to tracking issue

Relates #8210

Go 1.20 added errors.Join for wrapping multiple errors.
Replace go.uber.org/multierr with stdlib methods and drop
the dependency
@kruskall kruskall requested review from a team and atoulme September 10, 2024 01:19
Copy link

linux-foundation-easycla bot commented Sep 10, 2024

CLA Not Signed

@songy23
Copy link
Member

songy23 commented Sep 11, 2024

Please sign the CLA

@kruskall
Copy link
Author

it's slightly more complicated, I should be covered by the Corporate CLA (https://github.com/orgs/elastic/people?query=kruskall) but EasyCLA doesn't seem to be working 🙂

@kruskall
Copy link
Author

EasyCLA doesn't seem to pick up on the org membership, I guess I'll have to close this :(

@kruskall kruskall closed this Sep 17, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants