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 vcsinfo when building with goreleaser #3993

Merged
merged 2 commits into from Mar 28, 2023
Merged

Commits on Mar 27, 2023

  1. Use go mod proxy when building the release

    This makes sure that the correct package version metadata
    is included when inspected via `go version -m`.
    
    Signed-off-by: Waldemar Quevedo <wally@nats.io>
    wallyqs committed Mar 27, 2023
    Configuration menu
    Copy the full SHA
    f537b3e View commit details
    Browse the repository at this point in the history

Commits on Mar 28, 2023

  1. Remove gomod proxy, build by installing package instead

    Signed-off-by: Waldemar Quevedo <wally@nats.io>
    wallyqs committed Mar 28, 2023
    Configuration menu
    Copy the full SHA
    1281ca6 View commit details
    Browse the repository at this point in the history