mirror of
https://github.com/containerd/containerd.git
synced 2026-06-30 19:58:29 +00:00
Dependencies may be switching to use the new `%w` formatting option to wrap errors; switching to use `errors.Is()` makes sure that we are still able to unwrap the error and detect the underlying cause. Signed-off-by: Sebastiaan van Stijn <github@gone.nl>