This release addresses the following issues:
- Staticcheck maintains a cache to speed up repeated runs. This cache needs to be pruned regularly to keep its size in check. This is meant to happen automatically, but it hasn’t since Staticcheck 2020.2. This release corrects that (issue 1283.)
- Some type sets containing both bidirectional and unidirectional channels would lead to panics (issue 1304)