anchore / binny

Manage a directory of binaries without a package manager
Apache License 2.0
21 stars 1 forks source link

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

Closed wagoodman closed 11 months ago

wagoodman commented 11 months ago

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.