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

go build - Checksum mismatch #8

Closed
mar1n3r0 opened this issue Feb 13, 2020 · 3 comments
Closed

go build - Checksum mismatch #8

mar1n3r0 opened this issue Feb 13, 2020 · 3 comments

Comments

@mar1n3r0
Copy link

mar1n3r0 commented Feb 13, 2020

Hi and congrats for the efforts put into this project. The get started information is a bit scarce so here is where I stumbled trying the helloworld example.

go build
verifying github.com/qlova/seed@v0.2.0/go.mod: checksum mismatch
        downloaded: h1:5/vqbyAknPhFNKQC7fCMULFxBEd90EJ7cLD/OqfNHzQ=
        sum.golang.org: h1:QHqOYVlyNabZtQY04si4L7VKgej3kVQNPf0aPv+I4Ws=

SECURITY ERROR
This download does NOT match the one reported by the checksum server.
The bits may have been replaced on the origin server, or an attacker may
have intercepted the download attempt.

For more information, see 'go help module-auth'.

@Splizard
Copy link
Contributor

Thanks for letting me know, there were a few growing pains adding go modules to the project.
I'll create a new tag/release and that will fix the issue.

@Splizard
Copy link
Contributor

Alright I've added a v0.2.2 release. Try starting over / cleaning the go cache (go clean).
I'll see what I can do about getting started information.

@Splizard
Copy link
Contributor

I've added a Core Concepts heading to the Readme.
Please don't hesitate to ask questions on the Reddit community!
https://www.reddit.com/r/Qlovaseed/

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