Commit c226c86
committed
fix(build): use published caddyadmin v0.3.0 instead of local replace
CI failed with 'replacement directory ../../caddyadmin does not exist' —
the local-path replace only exists on the dev machine. CornWorld/caddyadmin
main == local HEAD (46f4fb9) and v0.3.0 is now tagged/pushed on GitHub, so
drop the replace and let require resolve v0.3.0 from the module proxy.
go.sum gains the two v0.3.0 checksums; nothing else changed.1 parent 19fb8ef commit c226c86
2 files changed
Lines changed: 2 additions & 2 deletions
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
2 | 2 | | |
3 | 3 | | |
4 | 4 | | |
5 | | - | |
6 | | - | |
7 | 5 | | |
8 | 6 | | |
9 | 7 | | |
| |||
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
| 1 | + | |
| 2 | + | |
1 | 3 | | |
2 | 4 | | |
3 | 5 | | |
| |||
0 commit comments