When parsing an invalid `go` line in a go.mod, the error message says ``` go: errors parsing go.mod: go.mod:3: invalid go version '1.22foo': must match format 1.23 ``` but that's not strictly true, it doesn't have to match the `1.23` format anymore.