os-agent/cgroup
Stefan Agner 592c9136bb
Modernize go dev environment (#162)
* Use bookworm as dev container

* Use %w (wrapping format verb) for errors

This allows to enable errorlint.

* Avoid deprecated io/ioutil

* Disable gosec linter

The cmdline.txt is a system configuration, those are typically readable
on a Linux system. The file is on a FAT partition anyways, so the file
permissions are mandated by mount options anyways.

* Use Go version 1.19 by default

* Enable bugs linters

Enable the preset bugs plus enable the default ones which are not part
of the bugs preset explicitly.
2023-09-04 22:13:10 +02:00
..
cgroup.go Modernize go dev environment (#162) 2023-09-04 22:13:10 +02:00
oci.go Support Device CGroup rules update through runc (#92) 2022-08-08 22:04:28 +02:00