Paul Holzinger
56e62948f7
go1.23: use std maps package
...
With go 1.23 the maps package was added in the std library. The linter
now wants us to use that. However the API chnaged as it returns an
iterator, thus we also have to use slices.Collect().
Signed-off-by: Paul Holzinger <pholzing@redhat.com >
2025-03-11 17:21:24 +01:00
..
2024-08-19 11:41:28 +02:00
2025-03-03 17:09:30 +01:00
2025-01-07 15:48:53 +01:00
2024-08-30 16:13:54 +02:00
2025-02-17 14:52:01 -03:00
2022-12-15 13:39:56 +01:00
2024-10-21 17:37:20 +01:00
2024-02-08 09:35:39 -05:00
2024-01-04 11:53:38 +02:00
2025-01-07 15:48:53 +01:00
2025-03-05 15:53:55 +01:00
2024-01-04 11:53:38 +02:00
2025-01-07 15:48:53 +01:00
2024-09-03 15:14:15 +02:00
2024-09-03 15:14:15 +02:00
2024-02-08 09:35:39 -05:00
2024-02-08 09:35:39 -05:00
2024-09-10 12:37:06 +00:00
2025-02-28 20:14:11 +01:00
2024-02-02 11:02:43 -05:00
2025-03-09 18:14:52 +00:00
2025-01-08 10:08:29 +01:00
2024-02-08 09:35:39 -05:00
2024-08-05 08:18:57 -04:00
2024-01-11 13:50:15 +00:00
2025-02-06 13:49:53 +01:00
2022-07-08 08:54:47 +02:00
2020-04-23 15:57:34 -04:00
2024-02-28 19:45:03 +01:00
2025-02-28 09:56:46 -05:00
2025-01-22 19:13:08 +01:00
2023-09-27 16:20:00 +03:00
2025-02-17 14:32:34 -05:00
2025-02-17 17:29:15 +01:00
2024-02-20 08:06:18 -05:00
2024-01-11 13:50:15 +00:00
2025-03-11 17:21:24 +01:00
2025-03-06 21:39:36 +08:00