-
Notifications
You must be signed in to change notification settings - Fork 37
Open
Description
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.
- revert 4407ba1
- run go mod tidy
- 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
Metadata
Metadata
Assignees
Labels
No labels