chore: use errors.Join instead of github.com/hashicorp/go-multierror

Signed-off-by: Matthieu MOREL <matthieu.morel35@gmail.com>
This commit is contained in:
Matthieu MOREL
2025-08-08 15:33:08 +02:00
parent 5cb7e19528
commit 050fbbccca
8 changed files with 49 additions and 58 deletions

View File

@@ -69,6 +69,8 @@ linters:
desc: Use github.com/moby/sys/userns instead.
- pkg: "github.com/tonistiigi/fsutil"
desc: The fsutil module does not have a stable API, so we should not have a direct dependency unless necessary.
- pkg: "github.com/hashicorp/go-multierror"
desc: "Use errors.Join instead"
dupword:
ignore: