Skip to content

Commit

Permalink
refactor: replace go-multierror with native std go errors (#39837)
Browse files Browse the repository at this point in the history
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
kruskall authored Jun 20, 2024
1 parent ffdb3c9 commit 2c10e42
Show file tree
Hide file tree
Showing 4 changed files with 698 additions and 1,432 deletions.
Loading

0 comments on commit 2c10e42

Please sign in to comment.