Skip to content
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

extract go version without depending on go list #1025

Merged
merged 2 commits into from
Aug 18, 2024

Conversation

chavacava
Copy link
Collaborator

@chavacava chavacava commented Aug 16, 2024

Depending on go list command to retrieve the go version for a package is problematic (see here for example)
This PR removes the dependency on go list by finding and parsing go.mod files relying on standard libraries.

Closes #1026

@denisvmedia
Copy link
Collaborator

LGTM. Nice improvement.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

errors when GO111MODULE=off
2 participants