#12 [stage-1 3/7] WORKDIR /root/
#12 DONE 0.1s
#11 [builder 4/6] RUN go mod download
#11 155.8 go: github.com/cloudwego/eino-ext/components/model/openai@v0.1.5: read "https://proxy.golang.org/github.com/cloudwego/eino-ext/components/model/openai/@v/v0.1.5.zip": stream error: stream ID 117; INTERNAL_ERROR; received from peer
#11 155.8 go: github.com/bytedance/sonic/loader@v0.4.0: Get "https://proxy.golang.org/github.com/bytedance/sonic/loader/@v/v0.4.0.info": unexpected EOF
#11 155.8 go: github.com/spf13/pflag@v1.0.10: read "https://proxy.golang.org/github.com/spf13/pflag/@v/v1.0.10.zip": stream error: stream ID 237; INTERNAL_ERROR; received from peer
#11 ERROR: process "/bin/sh -c go mod download" did not complete successfully: exit code: 1
------
> [builder 4/6] RUN go mod download:
155.8 go: github.com/cloudwego/eino-ext/components/model/openai@v0.1.5: read "https://proxy.golang.org/github.com/cloudwego/eino-ext/components/model/openai/@v/v0.1.5.zip": stream error: stream ID 117; INTERNAL_ERROR; received from peer
155.8 go: github.com/bytedance/sonic/loader@v0.4.0: Get "https://proxy.golang.org/github.com/bytedance/sonic/loader/@v/v0.4.0.info": unexpected EOF
155.8 go: github.com/spf13/pflag@v1.0.10: read "https://proxy.golang.org/github.com/spf13/pflag/@v/v1.0.10.zip": stream error: stream ID 237; INTERNAL_ERROR; received from peer
------
Dockerfile:11
--------------------
9 |
10 | # 下载依赖
11 | >>> RUN go mod download
12 |
13 | # 复制源代码
--------------------
ERROR: failed to solve: process "/bin/sh -c go mod download" did not complete successfully: exit code: 1
简单描述一下问题和重现方式