-
-
Notifications
You must be signed in to change notification settings - Fork 1.9k
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
FTBFS with go 1.11.4, please regenerate go.sum #137
Comments
wagoodman
added a commit
that referenced
this issue
Dec 16, 2018
Merged
thanks for the heads up. I haven't been able to reproduce, but I did regenerate based off of the 1.11.4 bug fix. Let me know if this does the trick for you... if not feel free to reopen this ticket and we can investigate. |
Thanks for the quick response, the updated checksums worked perfectly. |
DeanAyalon
pushed a commit
to DeanAyalon/fork-dive
that referenced
this issue
Oct 17, 2024
Bumps [github.com/docker/docker](https://github.com/docker/docker) from 26.1.4+incompatible to 27.0.0+incompatible. - [Release notes](https://github.com/docker/docker/releases) - [Commits](https://github.com/docker/docker/commits) --- updated-dependencies: - dependency-name: github.com/docker/docker dependency-type: direct:production update-type: version-update:semver-major ... Signed-off-by: dependabot[bot] <support@github.com> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
go 1.11.4 fixes a bug where the checksums for certain types of go modules are incorrectly generated.
To workaround this, you must regenerate the go.sum file. You likely need to run
go clean -modcache
before deleting and regenerating the checksums file.See the following issues for more information:
golang/go#29278
golang/go#29282
The text was updated successfully, but these errors were encountered: