[go-nuts] checksum mismatch inside docker and outside docker

2019-08-06 Thread Cholerae Hu
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 con

Re: [go-nuts] checksum mismatch inside docker and outside docker

2019-08-07 Thread Ian Lance Taylor
On Tue, Aug 6, 2019 at 11:51 PM Cholerae Hu wrote: > > 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 alrea