Kir Kolyshkin
a94d273a8f
Replace os.Is* error checks with errors.Is
...
Using os.Is{Exist,NotExist,Permission} checks is not recommended in the
new code (see official documentation). While using it in the existing
code is OK, it may still result in a subtle errors later (for a specific
example of that, see [1]).
Replace those with errors.Is.
Generated by:
gofmt -r 'os.IsExist(a) -> errors.Is(a, os.ErrExist)' -w .
gofmt -r 'os.IsNotExist(a) -> errors.Is(a, os.ErrNotExist)' -w .
gofmt -r 'os.IsPermission(a) -> errors.Is(a, os.ErrPermission)' -w .
goimports -w .
git diff vendor test/tools/vendor | patch -p1 -R
[1]: https://github.com/opencontainers/runc/pull/5061
Signed-off-by: Kir Kolyshkin <kolyshkin@gmail.com >
(cherry picked from commit 7f7b35356f )
[Added extra replacements manually that were only in the 5.8 tree]
Signed-off-by: Paul Holzinger <pholzing@redhat.com >
2026-06-04 19:38:16 +02:00
..
2026-04-09 14:23:51 +02:00
2023-02-20 14:51:04 +01:00
2023-04-11 09:15:05 -04:00
2026-04-09 14:23:52 +02:00
2023-01-26 22:20:15 +09:00
2025-09-11 20:32:32 +02:00
2025-09-25 08:39:28 -04:00
2025-08-01 00:10:50 +10:00
2026-02-06 15:36:47 -05:00
2025-01-09 18:47:37 +01:00
2026-06-04 19:38:16 +02:00
2025-06-03 11:07:08 -04:00
2024-08-19 11:41:29 +02:00
2025-09-10 16:17:04 +02:00
2024-08-19 11:41:29 +02:00
2025-10-16 14:11:29 -04:00
2026-06-04 19:38:16 +02:00
2025-03-31 12:27:55 -07:00
2025-04-16 16:17:28 +02:00
2024-10-16 10:15:19 -06:00
2025-03-31 12:30:43 -07:00
2025-03-31 12:30:43 -07:00
2025-03-26 11:01:18 +01:00
2025-10-16 14:11:29 -04:00
2026-06-04 17:53:13 +02:00
2026-06-04 17:53:12 +02:00
2025-10-16 14:11:29 -04:00
2025-10-16 14:11:29 -04:00
2025-09-10 16:17:04 +02:00
2025-09-01 12:33:04 +02:00
2026-02-06 15:36:47 -05:00
2025-09-01 12:33:04 +02:00
2025-09-10 16:17:04 +02:00
2026-02-06 15:36:47 -05:00
2024-08-19 11:41:29 +02:00
2026-02-06 13:46:36 -05:00
2024-08-19 11:41:29 +02:00
2025-10-16 14:11:29 -04:00
2024-08-19 11:41:29 +02:00
2024-08-19 11:41:29 +02:00
2025-10-16 14:11:29 -04:00
2024-08-19 11:41:29 +02:00
2025-09-26 09:09:54 -06:00
2024-08-19 11:41:29 +02:00
2024-08-19 11:41:29 +02:00
2024-08-19 11:41:29 +02:00
2026-03-09 20:55:53 +01:00
2024-08-19 11:41:29 +02:00
2025-10-02 06:52:32 -04:00
2024-08-19 11:41:29 +02:00
2025-10-16 14:11:29 -04:00
2025-10-16 14:11:29 -04:00
2024-08-19 11:41:29 +02:00
2025-10-16 14:11:29 -04:00
2026-02-06 13:46:36 -05:00
2025-09-01 12:33:04 +02:00
2025-01-23 00:03:52 +01:00
2024-08-19 11:41:29 +02:00
2024-08-19 11:41:29 +02:00
2025-09-01 12:33:04 +02:00
2026-06-04 17:53:11 +02:00
2025-09-10 16:17:04 +02:00
2025-09-10 16:17:04 +02:00
2025-10-16 14:11:29 -04:00
2026-02-06 15:36:47 -05:00
2024-08-19 11:41:29 +02:00
2026-02-06 15:36:47 -05:00
2024-09-03 15:14:15 +02:00
2024-08-19 11:41:29 +02:00
2024-08-19 11:41:29 +02:00
2024-08-19 11:41:29 +02:00
2024-08-19 11:41:29 +02:00
2024-08-19 11:41:29 +02:00
2024-08-19 11:41:29 +02:00
2025-09-01 12:33:04 +02:00
2024-08-19 11:41:29 +02:00
2024-08-19 11:41:29 +02:00
2024-08-19 11:41:29 +02:00
2024-08-19 11:41:29 +02:00
2025-02-06 18:28:12 -05:00
2025-09-10 16:17:04 +02:00
2024-08-19 11:41:29 +02:00
2025-11-10 15:14:48 +00:00
2026-03-19 19:40:30 -04:00
2025-10-01 10:42:08 -04:00
2025-09-15 19:28:41 +02:00
2025-09-11 20:32:32 +02:00
2026-04-09 14:23:52 +02:00
2024-08-19 11:41:29 +02:00
2024-08-19 11:41:29 +02:00
2024-08-19 11:41:29 +02:00
2025-09-10 16:17:04 +02:00
2024-08-19 11:41:29 +02:00
2025-10-16 14:11:29 -04:00
2025-10-16 14:11:29 -04:00
2025-01-23 00:03:52 +01:00
2025-10-16 14:11:29 -04:00
2025-09-10 16:17:04 +02:00
2024-08-19 11:41:29 +02:00
2025-02-18 22:01:08 +01:00
2024-08-19 11:41:29 +02:00
2025-02-18 22:01:08 +01:00
2024-09-03 15:14:15 +02:00
2026-06-04 17:53:13 +02:00
2024-08-19 11:41:29 +02:00
2025-04-07 18:11:06 +02:00
2026-02-06 15:36:47 -05:00
2024-08-19 11:41:29 +02:00
2026-02-06 15:36:47 -05:00
2024-08-19 11:41:29 +02:00
2024-08-19 11:41:29 +02:00
2025-10-16 14:11:29 -04:00
2025-09-01 12:33:04 +02:00
2026-06-04 19:38:16 +02:00
2025-02-05 22:52:46 +01:00
2025-09-10 16:17:04 +02:00
2025-10-16 14:11:29 -04:00
2025-12-04 16:09:56 +00:00
2024-08-19 11:41:29 +02:00
2025-10-21 11:06:38 +00:00
2025-11-04 17:48:20 +00:00
2025-11-04 17:48:20 +00:00
2026-04-09 14:23:51 +02:00
2024-08-19 11:41:29 +02:00
2025-09-10 16:17:04 +02:00
2026-03-19 19:40:30 -04:00
2026-06-04 17:53:11 +02:00
2024-08-19 11:41:29 +02:00
2024-12-17 17:04:17 +01:00
2025-04-21 17:07:57 -05:00
2025-01-23 00:03:52 +01:00
2025-10-16 14:11:29 -04:00
2024-08-19 11:41:29 +02:00
2024-08-19 11:41:29 +02:00
2024-08-19 11:41:29 +02:00
2024-08-19 11:41:29 +02:00
2024-08-19 11:41:29 +02:00
2024-08-19 11:41:29 +02:00
2024-08-19 11:41:29 +02:00
2025-09-01 12:33:04 +02:00
2024-08-19 11:41:29 +02:00
2025-06-25 19:48:14 +00:00
2025-09-01 12:33:04 +02:00
2024-08-19 11:41:29 +02:00
2025-04-21 17:07:57 -05:00
2025-10-16 14:11:29 -04:00
2025-04-21 17:07:57 -05:00
2025-05-28 13:10:10 -04:00
2025-08-06 22:34:18 +03:00