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

Set transport.Version via ldflags for release #856

Merged
merged 1 commit into from
Dec 3, 2020

Commits on Dec 1, 2020

  1. Set transport.Version via ldflags for release

    For most things consuming this package, they will depend on an actual
    released version of go-containerregistry. When we release
    go-containerregistry itself, the binaries are built at the same version
    as the library, which means that they don't depend on an actual released
    version of go-containerregistry, so the version in debug info is just
    "(devel)". For our own release, we will just set it to the tag.
    jonjohnsonjr committed Dec 1, 2020
    Configuration menu
    Copy the full SHA
    4950c9b View commit details
    Browse the repository at this point in the history