Skip to content

Version 0.13.5

Pre-release
Pre-release
Compare
Choose a tag to compare
@github-actions github-actions released this 16 Aug 23:53
· 31 commits to main since this release
v0.13.5
cb13e28

Added

  • Added static.PackagesLoadMode as a convenience for using Go's built-in packages.Load() with a mode suitable for static analysis.
  • Added static.FromDir() as a convenience for analyzing packages recursively from a directory.

Fixed

  • Handle alias types under Go v1.23 (or when using GODEBUG=gotypealias=1), which previously caused a panic.