You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
ci: add go 1.18 to CI
note that there *is* motivation for keeping golang 1.17 around:
golangci-lint only runs certain linters with golang 1.18 right now,
because generics broke the AST apparently.
So, let's keep 1.17 around and make sure that those linters still run,
since eventually they'll be re-enabled and this way we won't have to go
through and fix everything when they are.
Signed-off-by: Tycho Andersen <tycho@tycho.pizza>
container: don't always log LXC "errors"
In principle there shouldn't be LXC errors, but there are on some systems.
Let's only display these when in --debug.
Signed-off-by: Tycho Andersen <tycho@tycho.ws>