containerd/runtime/v1/linux
Sebastiaan van Stijn dc92ad6520
Replace errors.Cause() with errors.Is()
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>
2020-05-08 14:36:45 +02:00
..
bundle.go Ensure that the rootfs dir is created in the bundle 2019-06-03 19:56:19 +00:00
process.go Replace errors.Cause() with errors.Is() 2020-05-08 14:36:45 +02:00
runtime.go bugfix: cleanup dangling shim by brand new context 2020-02-21 16:49:58 +08:00
task.go Replace errors.Cause() with errors.Is() 2020-05-08 14:36:45 +02:00