summaryrefslogtreecommitdiff
path: root/findNext.go
diff options
context:
space:
mode:
authorJeff Carr <[email protected]>2024-12-14 23:22:34 -0600
committerJeff Carr <[email protected]>2024-12-14 23:22:34 -0600
commit5f196513dffbc05b780b05ab3957ac8434756e26 (patch)
treee6cc2377ffac9d2faac7a5c51e86eb482efbe160 /findNext.go
parent47085c837ed1c0f445d3805b9f8ce23b6d3c8b76 (diff)
maybe don't redo those go.* files anymore herev0.22.39
Diffstat (limited to 'findNext.go')
-rw-r--r--findNext.go2
1 files changed, 1 insertions, 1 deletions
diff --git a/findNext.go b/findNext.go
index f77c38f..76d3c3a 100644
--- a/findNext.go
+++ b/findNext.go
@@ -101,7 +101,7 @@ func runGoClean(check *gitpb.Repo) bool {
// check if the package dependancies changed, if so, re-publish
check.GoDeps = nil
- cmd := []string{"go-mod-clean", "--strict"}
+ cmd := []string{"go-mod-clean", "--strict", "--force"}
log.Info("Running", cmd, "in", check.GoPath)
result := check.RunRealtime(cmd)
if result.Error != nil {