trying to debug the logic since it's failing
This commit is contained in:
parent
58c64cd53b
commit
0898c24f45
|
@ -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())
|
||||
|
|
Loading…
Reference in New Issue