You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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.
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.
Can you please make a new release with this fix as soon as possible?
Thanks for your time,
William
The text was updated successfully, but these errors were encountered: