summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorJeff Carr <[email protected]>2024-12-14 18:47:28 -0600
committerJeff Carr <[email protected]>2024-12-14 18:47:28 -0600
commit47085c837ed1c0f445d3805b9f8ce23b6d3c8b76 (patch)
treee7cbbf8b168e512108254dce99ae2068732c972c
parente214aff7db86ab27f2ddd6e33f50bf3e2b00dbd7 (diff)
use go-mod-clean --strict herev0.22.38
-rw-r--r--findNext.go2
1 files changed, 1 insertions, 1 deletions
diff --git a/findNext.go b/findNext.go
index d8051bb..f77c38f 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"}
+ cmd := []string{"go-mod-clean", "--strict"}
log.Info("Running", cmd, "in", check.GoPath)
result := check.RunRealtime(cmd)
if result.Error != nil {