-
-
Notifications
You must be signed in to change notification settings - Fork 1.4k
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
Dependency checksum mismatch in Google sumdb. #2683
Comments
Hey, thank you for opening your first Issue ! 🙂 If you would like to contribute we have a guide for contributors. |
@ldez You could try downgrading the dep? I was going to try myself to unblock |
As mentioned in blizzy78/varnamelen#13 (comment), this is my fault. I think it should be enough to tag varnamelen's current commit in master with v0.6.2, then use that as a dependency in golangci-lint. There were no functionality changes in between, so v0.6.2 will be the same as the intended v0.6.1. |
Signed-off-by: Abhinav Pandey <[email protected]> ## Description Upgrades `golangci-lint` to `v1.46.1` ## Why is this needed `[email protected]` had a dependency which had invalid checksums most likely because of a re-release golangci/golangci-lint#2683. This issue was resolved in `v1.46.1` ## How Has This Been Tested? updated the `golangci-lint` version in go.mod and ran `go mod tidy` and build and verified that it works ## How are existing users impacted? What migration steps/scripts do we need? No user impact ## Checklist: I have: - [ ] updated the documentation and/or roadmap (if required) - [ ] added unit or e2e tests - [ ] provided instructions on how to upgrade
Welcome
Description of the problem
See blizzy78/varnamelen#13.
There's a checksum mismatch in the golang database for
github.com/blizzy78/[email protected]
. See 'Verbose output of running' for thegolangci-lint
install.The output of installing the dependency directly is as follows.
Version of golangci-lint
latest (1.45.2)
Configuration file
n/a
Go environment
GOPROXY=direct
Verbose output of running
Code example or link to a public repository
n/a
The text was updated successfully, but these errors were encountered: