Commit ca0fde7
Remove duplicate Go module cache step in release workflow (#100)
The `actions/cache@v4` step was redundant — `actions/setup-go@v5` already
handles Go module caching natively when `cache-dependency-path` is provided.
Both steps were targeting the same paths (`~/.cache/go-build` and
`~/go/pkg/mod`), causing tar extraction to fail with "Cannot open: File
exists" errors during cache restoration.
Co-authored-by: Claude Sonnet 4.6 <noreply@anthropic.com>1 parent 81e3bd3 commit ca0fde7
1 file changed
Lines changed: 0 additions & 9 deletions
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
27 | 27 | | |
28 | 28 | | |
29 | 29 | | |
30 | | - | |
31 | | - | |
32 | | - | |
33 | | - | |
34 | | - | |
35 | | - | |
36 | | - | |
37 | | - | |
38 | | - | |
39 | 30 | | |
40 | 31 | | |
41 | 32 | | |
| |||
0 commit comments