diff options
| author | Jeff Carr <[email protected]> | 2024-01-24 16:25:41 -0600 |
|---|---|---|
| committer | Jeff Carr <[email protected]> | 2024-01-24 16:25:41 -0600 |
| commit | 4735d37b3c210d0251256d0b4769c5caf9aaa066 (patch) | |
| tree | be99f71fcf91b4377409bc9f175159424fab905d /scan.go | |
| parent | f2ad6d3138ce39e6fdd0508eeddd2439ad275f3c (diff) | |
attempt to release versions
Signed-off-by: Jeff Carr <[email protected]>
Diffstat (limited to 'scan.go')
| -rw-r--r-- | scan.go | 5 |
1 files changed, 5 insertions, 0 deletions
@@ -83,6 +83,11 @@ func scanGoSum() { if repo.goSumStatus.String() == "DIRTY" { continue } + if repo.status.CheckPrimativeGoMod() { + log.Info("PRIMATIVE repo:", latestversion, repo.status.String()) + repo.goSumStatus.SetLabel("PRIMATIVE") + continue + } if repo.status.CheckDirty() { log.Info("dirty repo:", latestversion, repo.status.String()) log.Info("dirty repo.goSumStatus =", repo.goSumStatus.String()) |
