Skip to content

v3.4.1

Compare
Choose a tag to compare
@fho fho released this 04 Mar 17:35
· 130 commits to main since this release

Release Notes

Changes

  • built with Golang 1.22
  • 3. party packages updates
  • Golang Input Resolver
    • Improved error message when executing go env fails

Bug Fixes

  • Golang Input Resolver
    • When baur was not run from the application directory and Golang sources
      were resolved via a fileglob pattern that matched multiple main packages,
      the result only contained the source files for one of them.
      file= and fileglob= patterns are now always converted to
      absolute paths before to prevent the issue.
    • When go env was invoked when resolving Golang input files, it was run in
      the current directory instead of the application directory.
      No cases are known where it caused issue, all go env variables
      that are read and used are normally the same independent of the execution
      directory.

Full changelog: v3.4.0...v3.4.1