summaryrefslogtreecommitdiff
path: root/findNext.go
diff options
context:
space:
mode:
authorJeff Carr <[email protected]>2025-01-17 05:30:24 -0600
committerJeff Carr <[email protected]>2025-01-17 05:30:24 -0600
commit9431656ae80de57233cd5e721132c93699b22615 (patch)
tree8d077c13945259976962a75a0f8f49caf4aa71d2 /findNext.go
parent5a745337fb5085fb4ee08af3d9a9fbc2d0c6d498 (diff)
quiet outputv0.23.22
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 c8970df..4ff430c 100644
--- a/findNext.go
+++ b/findNext.go
@@ -51,7 +51,7 @@ func findNext() bool {
if !check.ParseGoSum() {
continue
}
- if me.forge.FinalGoDepsCheckOk(check) {
+ if me.forge.FinalGoDepsCheckOk(check, false) {
setCurrentRepo(check, "should be good to release", "pretty sure")
return true
}