Commit ee1e017
fix(ci): copy testapp go.mod/go.sum before download, fix hadolint warnings
Also copy apps/testapp/go.mod and apps/testapp/go.sum before running
go mod download so the testapp's own dependencies are cached in their
own layer (separate from the root module).
Replace RUN cd ... && go install with WORKDIR + go build to resolve
hadolint DL3003 and DL3062.
Co-Authored-By: Claude Sonnet 4.6 <noreply@anthropic.com>1 parent 91fd6fa commit ee1e017
1 file changed
Lines changed: 5 additions & 2 deletions
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
20 | 20 | | |
21 | 21 | | |
22 | 22 | | |
23 | | - | |
| 23 | + | |
| 24 | + | |
24 | 25 | | |
25 | 26 | | |
26 | 27 | | |
27 | | - | |
| 28 | + | |
| 29 | + | |
| 30 | + | |
28 | 31 | | |
29 | 32 | | |
30 | 33 | | |
| |||
0 commit comments