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

Replace the use of github.com/hashicorp/go-multierror with errors.Join #1971

Open
zregvart opened this issue Sep 17, 2024 · 1 comment
Open
Labels

Comments

@zregvart
Copy link
Member

We don't really need github.com/hashicorp/go-multierror any more, from golang 1.20 we can use errors.Join instead. One less dependency to worry about...

@lcarva
Copy link
Member

lcarva commented Sep 17, 2024

I wonder if errors.Join could also be used here. It would make these tests simpler.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Projects
None yet
Development

No branches or pull requests

2 participants