diff options
| author | Jeff Carr <[email protected]> | 2025-01-19 11:52:20 -0600 |
|---|---|---|
| committer | Jeff Carr <[email protected]> | 2025-01-19 11:52:20 -0600 |
| commit | 0898c24f45199a8954f77661ad4e1f7f7fc7a6cd (patch) | |
| tree | 83e84211f891f8d51779422ccf159046570ec0d0 /finalGoSumCheck.go | |
| parent | 58c64cd53b46f0b9e1e23f1bf10cc055e85025c1 (diff) | |
trying to debug the logic since it's failingv0.0.58
Diffstat (limited to 'finalGoSumCheck.go')
| -rw-r--r-- | finalGoSumCheck.go | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/finalGoSumCheck.go b/finalGoSumCheck.go index 81d6ead..930bbec 100644 --- a/finalGoSumCheck.go +++ b/finalGoSumCheck.go @@ -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()) |
