Skip to content

Commit

Permalink
website: add 2022.1.3 release notes
Browse files Browse the repository at this point in the history
  • Loading branch information
dominikh committed Jul 29, 2022
1 parent 61defc0 commit fbac69b
Showing 1 changed file with 9 additions and 0 deletions.
9 changes: 9 additions & 0 deletions website/content/changes/2022.1.md
Original file line number Diff line number Diff line change
Expand Up @@ -83,3 +83,12 @@ This release addresses the following false positives, crashes, infinite loops, a

Additionally it is strongly recommended to use Go 1.18.2 for building Staticcheck, as it fixes further generics-related
bugs in the type checker.

## Staticcheck 2022.1.3 release notes {#2022.1.3}

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" >}})

0 comments on commit fbac69b

Please sign in to comment.