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

checksum mismatch #19

Open
kishorevaishnav opened this issue Dec 26, 2018 · 2 comments
Open

checksum mismatch #19

kishorevaishnav opened this issue Dec 26, 2018 · 2 comments

Comments

@kishorevaishnav
Copy link

Hi,

Sorry one more thing!!!

I am trying to build the sample app for windows. And I get checksum mismatch first

go: verifying github.com/otiai10/[email protected]: checksum mismatch
	downloaded: h1:A7kMXwDPBTfIVRv2l6XV3U6Su3SzLUzZjxnDDQVZDIY=
	go.sum:     h1:QJNFh2XEtzwESNsblZgBuCsv38DU5vC/u+5DNBekwJM=

Do you have any idea how to tackle this?

BTW, go version = 1.11 & OS = Mojave 10.14.2

@Equanox
Copy link
Owner

Equanox commented Dec 26, 2018

Might be related..
golang/go#27925

Will be investigated.

@Equanox
Copy link
Owner

Equanox commented Dec 29, 2018

This seems to be a issue when a go.sum file was created on a different OS. From your comment i guess you tried to use gotron-builder --win , but i'm not sure whether you used it inside a Equanox/gotron repo with our provided example or created a new repo and used it from there.

There are 2 possible fixes for this.

  1. Delete go.sum in Equanox/gotron and let go create a new one next time you run go build (This might not be possible)
  2. go clean -modcache

Does this fix your problem?

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