trying to debug the logic since it's failing

This commit is contained in:
Jeff Carr 2025-01-19 11:52:20 -06:00
parent 58c64cd53b
commit 0898c24f45
1 changed files with 4 additions and 0 deletions

View File

@ -46,6 +46,10 @@ func (f *Forge) FinalGoDepsCheckOk(check *gitpb.Repo, verbose bool) bool {
good = false
continue
}
if depRepo.GetVersion() == found.GetMasterVersion() {
log.Printf("%-48s error ?? %10s vs %10s\n", depRepo.GetGoPath(), depRepo.GetVersion(), found.GetTargetVersion())
continue
}
// log.Info("found dep", depRepo.GetGoPath())
if depRepo.GetVersion() != found.GetTargetVersion() {
check := f.FindByGoPath(depRepo.GetGoPath())