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

go.sum is missing from the repository #77

Open
williamh opened this issue May 11, 2020 · 0 comments
Open

go.sum is missing from the repository #77

williamh opened this issue May 11, 2020 · 0 comments

Comments

@williamh
Copy link

Hi,

The go.sum file is needed when using go modules because it makes sure users build your program with the same modules you used. See this link for the rationale.

https://github.com/golang/go/wiki/Modules#how-to-prepare-for-a-release

Here are the steps to fix this. I can submit a pr if you want, but I thought it better to describe the steps in this situation.

  1. revert 4407ba1
  2. run go mod tidy
  3. commit go.sum to the repository.

Can you please make a new release with this fix as soon as possible?

Thanks for your time,

William

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

No branches or pull requests

1 participant