DependencyCheck
DependencyCheck copied to clipboard
Golang Mod Analyzer shouldn't produce error while using semantic versioning
trafficstars
Is your feature request related to a problem? Please describe.
/builds/MyProject/go.mod:3: invalid go version '1.21.1': must match format 1.23
[WARN] An error occurred while analyzing '/builds/devops/DialogflowCX-bot/go.mod' (Golang Mod Analyzer).
When I set 1.21, its ok.But it should check 1.21.
When you are using the semantic versioning - what happens when you run:
go list -json -m all