-
Notifications
You must be signed in to change notification settings - Fork 3.3k
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
New setup checksum mismatch #7242
Comments
What OS do you run? |
Sorry.
|
I have a similar setup, same OS and Go 1.11.4 and I can't repro. I'll try and upgrade my Go version. brb |
I made a small Makefile change to debug.
No change:
|
I installed 1.11.4. No success:
|
Downgrading go to 1.11.3 made the checksum issue go away. Thanks to golang/go#29278 (comment) . Should we close this ticket then? |
Yes, let's close since it seems like an Go issue. |
Or rather we need to fix those checksums, it seems. |
Can I help with that? |
That's probably the only thing to do. Please submit a PR for that if you want. |
Just created PR for this. |
I'm going to lock this issue because it has been closed for 30 days ⏳. This helps our maintainers find and focus on the active issues. If you have found a problem that seems similar to this, please open a new issue and complete the issue template so we can capture all the details necessary to investigate further. |
I just cloned this repo. I'm on master branch.
I'm pretty new to Go and packer.
When I try to run
make test
I get some checksum mismatch messages.Is this an issue? If so, can I fix it?
I'm doing this because I want to submit a (non-related) PR. But I'm unable to run tests on my PR without fixing these checksum messages. If I fix these, some tests are failing, and I don't know if the tests are failing because of my changes.
Any ideas?
The text was updated successfully, but these errors were encountered: