Skip to content

v1.8.3

Compare
Choose a tag to compare
@kolyshkin kolyshkin released this 02 Aug 18:15
  • 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