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 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?

What is the exact command you run, and what is the exact error message
that you get?

Ian

-- 
You received this message because you are subscribed to the Google Groups 
"golang-nuts" group.
To unsubscribe from this group and stop receiving emails from it, send an email 
to golang-nuts+unsubscr...@googlegroups.com.
To view this discussion on the web visit 
https://groups.google.com/d/msgid/golang-nuts/CAOyqgcV2rTJWKxXopbcUyxDA-rpS7CzoRbHFZvE0hKw-Sr8rMA%40mail.gmail.com.


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

2019-08-07 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 
container.
I'm still finding a minimal repro. Anyone can help to solve this problem?

-- 
You received this message because you are subscribed to the Google Groups 
"golang-nuts" group.
To unsubscribe from this group and stop receiving emails from it, send an email 
to golang-nuts+unsubscr...@googlegroups.com.
To view this discussion on the web visit 
https://groups.google.com/d/msgid/golang-nuts/68e10e49-2d2f-4f62-a575-7505946711ee%40googlegroups.com.