go_toolchain-v1.4.7
·
19 commits
to master
since this release
Immutable
release. Only release title and notes can be modified.
π Fixes
- Fixed project relationships not linking when a
go.modis located in a major
version folder (v2+) but itsmoduledirective omits the version suffix.
The suffix is now inferred from the folder name, for both the project's alias
and dependency matching. replacedirectives are now honored when linking project relationships. A
replacement pointing to a local directory links to the project at that
location (regardless of module names), while a replacement pointing to
another module no longer creates a relationship.- Project relationships now reference the dependency's project identifier
instead of its module path alias, aligning with other toolchains.