mirror of
https://github.com/rcourtman/Pulse.git
synced 2026-09-10 10:35:51 +00:00
cbd95d0141
The dependency-floor smoke test asserted exact go list output, so the maintainer lane's legitimate x/crypto v0.55.0 bump (which moved x/net to v0.57.0) failed the Script smoke tests job on main even though both versions clear the advisory floor. Compare versions with sort -V against the advisory-safe minimum instead: upgrades pass, only a downgrade below the floor fails. Verified the failing direction and the equal-version case locally.