os-agent/.devcontainer
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
..
Dockerfile Modernize go dev environment (#162) 2023-09-04 22:13:10 +02:00
dbus.sh Use short name for internal usage (#16) 2021-04-08 12:00:52 +02:00
devcontainer.json Update the devcontainer (#128) 2023-03-15 13:00:16 +01:00