v1.8.3
- Remove all uses of pkg/errors, switching to golang's native error wrapping
- Replace obsoleted os.IsPermission / os.IsNotExist with errors.Is
- Make sure to not return bare unix errors (errno) from public functions.
- ci: enable errorlint, fix or suppress its warnings
- ci: enable gofumpt linter