Skip to content

go_toolchain-v1.4.7

Choose a tag to compare

@github-actions github-actions released this 13 Aug 05:00
· 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.mod is located in a major
    version folder (v2+) but its module directive omits the version suffix.
    The suffix is now inferred from the folder name, for both the project's alias
    and dependency matching.
  • replace directives 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.