ERROR: failed to solve: failed to compute cache key: failed to calculate checksum of ref c383ecbb-be5e-435a-a15d-757f00bad3cc::oyxt0cebvysj0m8zybusi177p: "/go.sum": not found
```
新值
```
=> ERROR [builder 3/6] COPY go.mod go.sum ./ 0.0s
------
> [builder 3/6] COPY go.mod go.sum ./:
------
Dockerfile:8
--------------------
6 |
7 | # 复制 go mod 和 sum 文件
8 | >>> COPY go.mod go.sum ./
9 |
10 | # 下载依赖
--------------------
ERROR: failed to solve: failed to compute cache key: failed to calculate checksum of ref c383ecbb-be5e-435a-a15d-757f00bad3cc::oyxt0cebvysj0m8zybusi177p: "/go.sum": not found