Matt Souza
090304a054
lint: reenable revive unused-parameter check
...
Signed-off-by: Matt Souza <medsouz99@gmail.com >
2025-10-01 10:42:08 -04:00
Kir Kolyshkin
dac3fa2f97
pkg/specgen/generate: fix unused warning on freebsd
...
> pkg/specgen/generate/validate_freebsd.go:6:6: func verifyContainerResources is unused (unused)
> func verifyContainerResources(s *specgen.SpecGenerator) ([]string, error) {
> ^
Signed-off-by: Kir Kolyshkin <kolyshkin@gmail.com >
2025-03-31 12:30:43 -07:00
Matt Heon
72f1617fac
Bump Go module to v5
...
Moving from Go module v4 to v5 prepares us for public releases.
Move done using gomove [1] as with the v3 and v4 moves.
[1] https://github.com/KSubedi/gomove
Signed-off-by: Matt Heon <mheon@redhat.com >
2024-02-08 09:35:39 -05:00
Paul Holzinger
32c25c6026
pkg/specgen/generate: NOP verifyContainerResources() on freebsd
...
There is no point in calling into cgroup specific code as freebsd does
not support cgroups.
Signed-off-by: Paul Holzinger <pholzing@redhat.com >
2023-12-07 11:24:47 +01:00