Skip to content

gosource: return path to go.mod files #647

New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Merged
merged 2 commits into from
May 25, 2025
Merged

gosource: return path to go.mod files #647

merged 2 commits into from
May 25, 2025

Conversation

fho
Copy link
Collaborator

@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 nocive and FranciscoKurpiel 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