github dominikh/go-tools 2023.1.4
Staticcheck 2023.1.4 (v0.4.4)

latest releases: 2024.1.1, v0.5.1, 2024.1...
13 months ago

This release adds support for Go 1.21 and fixes the following bugs:

  • Three crashes when encountering unnecessarily parenthesized statements (#1393, #1400)
  • Unnecessarily high memory usage when analyzing composite literals such as []int{1<<31: 1} (#1393)
  • A false positive in S1011 when appending to a dynamic left-hand side (#1399)
  • A crash involving generics (#1410)
  • A false positive in SA9001 involving control flow statements (#488)
  • A false positive in ST1003, complaining about the names of fuzz functions (#1420)

Don't miss a new go-tools release

NewReleases is sending notifications on new releases.