From 5f196513dffbc05b780b05ab3957ac8434756e26 Mon Sep 17 00:00:00 2001 From: Jeff Carr Date: Sat, 14 Dec 2024 23:22:34 -0600 Subject: maybe don't redo those go.* files anymore here --- findNext.go | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'findNext.go') 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 { -- cgit v1.2.3