[chore] Update versions, fix lint errors (#1860)

This commit is contained in:
tobi
2023-06-03 13:58:57 +02:00
committed by GitHub
parent 1d4137fb88
commit 21c1552daa
12 changed files with 66 additions and 57 deletions

View File

@ -36,6 +36,7 @@ var SentinelError = errors.New("BUG: error should not be returned") //nolint:rev
// caches, which specifically catches and ignores our sentinel error type.
func ignoreErrors(err error) bool {
return errorsv2.Comparable(
err,
SentinelError,
context.DeadlineExceeded,
context.Canceled,