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
Support excludes for functions with type parameters (#278)
Go 1.26 added errors.AsType, which can appear as:
_, ok := errors.AsType[*SomeError](err)
An exclusion file entry for errors.AsType currently does not match this
form, as described in #274. This change unwraps type parameters and
parenthesized expressions before matching selectors or identifiers for
exclusions.
Co-authored-by: Kamil Kisiel <kamil@kamilkisiel.net>
Update dependencies to work with Go 1.22 (#240)
* Update dependencies to work with Go 1.22
* Add go 1.22 to the build matrix in github actions
---------
Co-authored-by: Addie Bendory <abendory@blend.com>