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

FTBFS with go 1.11.4, please regenerate go.sum #137

Closed
CameronNemo opened this issue Dec 16, 2018 · 2 comments
Closed

FTBFS with go 1.11.4, please regenerate go.sum #137

CameronNemo opened this issue Dec 16, 2018 · 2 comments

Comments

@CameronNemo
Copy link

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

@CameronNemo CameronNemo changed the title FTBFS with go 1.11.4, [lease regenerate go.sum FTBFS with go 1.11.4, please regenerate go.sum Dec 16, 2018
wagoodman added a commit that referenced this issue Dec 16, 2018
@wagoodman
Copy link
Owner

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.

@CameronNemo
Copy link
Author

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
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants