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

Add allow-unresolved-version go-proxy config option #8

Merged
merged 1 commit into from
Oct 1, 2023

Conversation

wagoodman
Copy link
Contributor

In case a go module does not have any tags (such as https://cs.opensource.google/go/x/perf) then allow for version resolution logic to provide latest as a valid resolved value.

Ideally in the future this would fall back to a remote git version resolver and select a commit, however, this is also a good (and easier) option in the mean time. The downside with this current approach is that the version value cannot be used to detect staleness of the installation.

@wagoodman wagoodman added the enhancement New feature or request label Oct 1, 2023
@wagoodman wagoodman merged commit 94438a5 into main Oct 1, 2023
@wagoodman wagoodman deleted the allow-go-proxy-latest-version branch October 1, 2023 19:10
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
enhancement New feature or request
Projects
None yet
Development

Successfully merging this pull request may close these issues.

1 participant