v.1.7.0
What's Changed
Go 1.22 support, plus other fixes.
- Correct typos in comments and doc by @alexandear in #225
- Fix errcheck issues in tests by @alexandear in #227
- Directly specify the needed fields when loading packages by @alexandear in #226
- analyzer: set diagnostics category by @rjarry in #228
- Update deps, test with latest Go by @abhinav in #234
- fix: don't exclude fmt.Errorf by @thehowl in #235
- Add Go 1.21.x to test matrix by @kisielk in #236
- remove deprecated funcs usages by @isopov in #237
- Simplify tests by refactoring to T.TempDir by @alexandear in #239
- Update dependencies to work with Go 1.22 by @addie in #240
New Contributors
- @alexandear made their first contribution in #225
- @rjarry made their first contribution in #228
- @abhinav made their first contribution in #234
- @thehowl made their first contribution in #235
- @isopov made their first contribution in #237
- @addie made their first contribution in #240
Full Changelog: v1.6.3...v1.7.0