Commit 75dc432
committed
actions: keep lockfile generator go.mod free of local replace
The previous commit re-staged a dirty working-tree go.mod, so the
machine-specific replace directive pointing at a local actions-lockfile
clone leaked back into the tree. Drop it for real and move the local
replace into a gitignored go.work so committed module metadata stays
portable while local builds still resolve the not-yet-public dependency.1 parent 5085314 commit 75dc432
2 files changed
Lines changed: 4 additions & 2 deletions
Lines changed: 4 additions & 0 deletions
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
1 | 1 | | |
| 2 | + | |
| 3 | + | |
| 4 | + | |
| 5 | + | |
Lines changed: 0 additions & 2 deletions
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
13 | 13 | | |
14 | 14 | | |
15 | 15 | | |
16 | | - | |
17 | | - | |
0 commit comments