-
Notifications
You must be signed in to change notification settings - Fork 725
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
make error "checksum mismatch" #1408
Comments
@fredchenbj Thanks for your feedback! |
@rleungx go version go1.11.4 darwin/amd64 |
@fredchenbj Can you try to run |
@rleungx after I run |
@fredchenbj Can you remove |
@rleungx I change go.sum with downloaded checksum, it is ok now.
|
Feel free to ask any question if you have. |
Please answer these questions before submitting your issue. Thanks!
What did you do?
make
What did you expect to see?
What did you see instead?
CGO_ENABLED=0 go build -ldflags '-X "github.com/pingcap/pd/server.PDReleaseVersion=v3.0.0-alpha-79-g38221ce" -X "github.com/pingcap/pd/server.PDBuildTS=2019-01-05 09:33:35" -X "github.com/pingcap/pd/server.PDGitHash=38221cebaf157aef1f68e3839bd91cdd73ed0cdf" -X "github.com/pingcap/pd/server.PDGitBranch=master"' -o bin/pd-server cmd/pd-server/main.go
go: verifying github.com/coreos/[email protected]: checksum mismatch
downloaded: h1:X15ii/EYFV9j7Hgj8VwtpSe65vGy7RYrX9oIDgXvRHk=
go.sum: h1:zhOJad+Mv6DJ3IdTSoOubih2OeMTZFH+qs21GS5uHP8=
make: *** [build] Error 1
What version of PD are you using (
pd-server -V
)?commit 38221ce
The text was updated successfully, but these errors were encountered: