`GolangVersion("v1.1.0")` is not raising InvalidVersion error leading to all sorts of problem ```python >>> from univers.versions import GolangVersion >>> GolangVersion("v1.1.0") == GolangVersion("1.1.0") False ```
GolangVersion("v1.1.0")is not raising InvalidVersion error leading to all sorts of problem