-
-
Notifications
You must be signed in to change notification settings - Fork 1.5k
golangci/go-misc: checksum mismatch #344
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
Comments
I am getting the same error but in a different context; I am trying to place all the tools that I use in Sample Repo: git clone [email protected]:banaio/go_samples.git
cd go_samples/how_can_i_track_tool_dependencies_for_a_module
make Error Log: ---> Initialising ...
go mod download
go: verifying github.com/golangci/[email protected]: checksum mismatch
downloaded: h1:9kfjN3AdxcbsZBf8NjltjWihK2QfBBBZuv91cMFfDHw=
go.sum: h1:WadunOE/TeHR8U7f0TXiJACHeU3cuFOXuKafw4rozqU=
Makefile:11: recipe for target 'init' failed
make: *** [init] Error 1 Cause: |
Hi @mbana, I can safely reproduce this with 1.11.4. |
Thanks, are you going to make a new release? |
Yes, I already did - v1.13 |
I ran into this. I fixed it by updating my |
When trying to build the project, there is a checksum mismatch when dependencies are retrieved.
I tried this on my own system, as well as on the golang:1.11.4 docker image.
$
go build -o golangci-lint ./cmd/golangci-lint/main.go
Error:
Info:
System: Arch Linux
go version go1.11.4 linux/amd64
The text was updated successfully, but these errors were encountered: