commands/history: rewrite with stdlib multi-errors

Signed-off-by: Sebastiaan van Stijn <github@gone.nl>
This commit is contained in:
Sebastiaan van Stijn
2026-01-26 12:53:33 +01:00
parent 44945d71ff
commit 39ee64df71
18 changed files with 9 additions and 1487 deletions
+2
View File
@@ -33,6 +33,8 @@ linters:
desc: The containerd log package was migrated to a separate module. Use github.com/containerd/log instead.
- pkg: "github.com/containerd/containerd/platforms"
desc: The containerd platforms package was migrated to a separate module. Use github.com/containerd/platforms instead.
- pkg: "github.com/hashicorp/go-multierror"
desc: Use stdlib errors.Join instead.
- pkg: "io/ioutil"
desc: The io/ioutil package has been deprecated.
forbidigo: