Results 162 issues of Pablo Baeyens

Go 1.20 includes new builtin [error joining support](https://pkg.go.dev/errors#Join) that can replace the usage of `go.uber.org/multierr`. We should switch to using these and ban the usage of `go.uber.org/multierr` via `depguard` (same...

enhancement
priority:p2
area:miscellaneous
on hold

We currently don't have a way to skip contrib tests in the merge queue. We usually don't need this, but whenever we do, we need to add a way to...