Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
refactor: replace go-multierror with native std go errors (#39837)
Go 1.20 added errors.Join allowing for multierrors. Replace go-multierror usage with native go errors and drop the extra dependency on github.com/hashicorp/go-multierror
- Loading branch information