Skip to content

Comments

gosource: return path to go.mod files#647

Merged
fho merged 2 commits intomainfrom
gosource_resolve_gomod
May 25, 2025
Merged

gosource: return path to go.mod files#647
fho merged 2 commits intomainfrom
gosource_resolve_gomod

Conversation

@fho
Copy link
Contributor

@fho fho commented May 5, 2025

The gosource resolver now returns the path to the go.mod as part of the result.
The go.mod file defines, among others the imported third-party modules and parameters for the build environment.

Including it in the gosource resolver results means, user do not need define the go.mod file manually as part of baur tasks anymore.

Closes: #642

The gosource resolver now returns the path to the go.mod as part of
the result.
The go.mod file defines, among others the imported third-party modules and
parameters for the build environment.

Including it in the gosource resolver results means, user do not need
define the go.mod file manually as part of baur tasks anymore.
@fho fho self-assigned this May 5, 2025
@fho fho marked this pull request as ready for review May 14, 2025 10:10
@fho fho requested review from FranciscoKurpiel and nocive May 14, 2025 10:10
Copy link
Contributor

@nocive nocive left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

🎉

@fho fho merged commit 952f416 into main May 25, 2025
7 checks passed
@fho fho deleted the gosource_resolve_gomod branch May 25, 2025 16:59
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Development

Successfully merging this pull request may close these issues.

gosource resolver: discover go.mod files

3 participants