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

Update go.sum with go1.11.4 #636

Merged
merged 1 commit into from
Jan 27, 2019
Merged

Update go.sum with go1.11.4 #636

merged 1 commit into from
Jan 27, 2019

Conversation

sagikazarmark
Copy link
Collaborator

In Go 1.11.4 a bug was fixed related to checksum calculation.
As a result, some packages might end up with a different checksum
from this version. The solution is upgrading, cleaning the mod cache
and recalculating the go.sum file.

See golang/go#27093

In Go 1.11.4 a bug was fixed related to checksum calculation.
As a result, some packages might end up with a different checksum
from this version. The solution is upgrading, cleaning the mod cache
and recalculating the go.sum file.

See golang/go#27093
@sagikazarmark
Copy link
Collaborator Author

@bep @andrewstuart can someone look at this? All PR builds are breaking because of this.

@bep bep merged commit d104d25 into spf13:master Jan 27, 2019
@sagikazarmark sagikazarmark deleted the gomodsum branch January 27, 2019 19:15
@sagikazarmark
Copy link
Collaborator Author

Thanks @bep

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

Successfully merging this pull request may close these issues.

2 participants