-
Notifications
You must be signed in to change notification settings - Fork 6
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 when downloading with GOPROXY=direct #15
Comments
The same problem affects dependabot. Examples:
I am guessing that the |
Yeah I think when I used |
Could you please publish a |
Done. Let me know if it fixes it for you. |
Thanks. |
Not sure if this is worked? I tried the directions for Adding a package and none of them worked:
|
The tag is |
The v1.2.1 tag should be pointing to the commit cached in Go Module Proxy if we want to fix the issue. |
What if we updated the version in
Fixed |
Yep, this will have to be updated there, since it'll keep picking the last revision. |
Will golangci-lint also need an exclude in it's go.mod for v1.2.1 now that v1.2.2 is available? In the meantime, in your projects depending on golangci-lint, you can add an exclude to
For instance, to ensure my tool dependencies are not removed and so I can leverage the Go Modules, I create a file
This allows me to again use golangci-lint v1.4.1 in my ci/cdd pipeline. |
No, it'd bump the dep to |
…guard#15 Signed-off-by: Steve Coffman <steve@khanacademy.org>
I'll close this, since it's fixed. 🙂 |
Apologies for the issues I'm happy it's resolved now. |
Signed-off-by: Steve Coffman <steve@khanacademy.org>
Signed-off-by: Steve Coffman <steve@khanacademy.org>
It appears as though the published version that exists in the Go module proxy differs from the one that is in this repo; this can happen if you retag to another commit or force push, and can cause breakages.
This module is now a part of golangci-lint, so I'm hitting this when installing it.
The text was updated successfully, but these errors were encountered: