ossf / criticality_score

Gives criticality score for an open source project
Apache License 2.0
1.31k stars 119 forks source link

Fix the "v2" behavior to match Go's git + mod functionality. #563

Closed calebbrown closed 5 months ago

calebbrown commented 6 months ago

The latest release for this repo is v2.0.2.

However, go.mod doesn't include a v2.

This causes go install ...@latest to install the last v1 version (v1.0.8) instead of the v2 version.

This change will fix this behaviour.