v3.4.1
Release Notes
Changes
- built with Golang 1.22
- 3. party packages updates
- Golang Input Resolver
- Improved error message when executing
go env
fails
- Improved error message when executing
Bug Fixes
- Golang Input Resolver
- When baur was not run from the application directory and Golang sources
were resolved via afileglob
pattern that matched multiple main packages,
the result only contained the source files for one of them.
file=
andfileglob=
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, allgo env
variables
that are read and used are normally the same independent of the execution
directory.
- When baur was not run from the application directory and Golang sources
Full changelog: v3.4.0...v3.4.1