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 verification error: version tag v1.2.2 was changed? #185

Closed
dragetd opened this issue Feb 26, 2019 · 9 comments
Closed

Checksum verification error: version tag v1.2.2 was changed? #185

dragetd opened this issue Feb 26, 2019 · 9 comments

Comments

@dragetd
Copy link

dragetd commented Feb 26, 2019

We are using go modules and noticed that the tag v1.2.2 had its checksum suddenly changed when running go build:

go: verifying github.com/go-ole/go-ole@v1.2.2/go.mod: checksum mismatch
	downloaded: h1:pnvuG7BrDMZ8ifMurTQmxwhQM/odqm9sSqNe5BUI7v4=
	go.sum:     h1:7FAglXiTm7HKlQRDeOQ6ZNUHidzCWXuZWq/1dTyBNF8=

Has the tag been force-pushed with new changes or what happened here? If so, what are the exact changes?

@flibustenet
Copy link

@mattn is currently adding go.mod file #184
I believe it's because of that ? Maybe after that it need to be tagged v1.2.3 or v1.3.0

@dragetd
Copy link
Author

dragetd commented Feb 26, 2019

I am aware that there are are caching module proxies that allow to keep up internal development process while the upstream issue is resolved.

But this one should have really been a different version. Once a tag is set on go projects, one should really keep it as it is.

@mattn
Copy link
Member

mattn commented Feb 26, 2019

I'll remove&create go.mod again.

@mattn
Copy link
Member

mattn commented Feb 26, 2019

Now I re-generated go.mod (removed go.sum). And tagged 1.2.4.

@flibustenet
Copy link

go.sum should be versioned also

@mattn
Copy link
Member

mattn commented Feb 26, 2019

I did go mod init && go mod tify. But go.sum is not generated.

@mattn
Copy link
Member

mattn commented Feb 26, 2019

Probably, go-ole does not have any dependencies.

@flibustenet
Copy link

You're right, fine that go-ole do not have dependencies 👍

@mattn
Copy link
Member

mattn commented Feb 26, 2019

So closing. If you still have problem, please reopen this. Thanks.

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

3 participants