I'm trying to build an private repo using go1.13beta1 in docker container. But I got an checksum mismatch error.
Weirdly, I can successfully build it outside docker , with the same go.sum, same version of go(go 1.13beta1).
I've already run `go clean --modcache` both inside and outside docker container.
I'm still finding a minimal repro. Anyone can help to solve this problem?