Description
Scenario:
- checkout tag
- apply patch using
patch command
- build
- run integration tests
Error:
time="2025-04-28T17:17:27Z" level=fatal msg="failed to validate YAML file \"D:\\\\a\\\\qcw\\\\qcw\\\\lima-release\\\\templates\\\\experimental\\\\default-windows.yaml\": can't parse builtin Lima version \"v1.1.0.m\": strconv.ParseInt: parsing \"0.m\": invalid syntax"
I added 1.1.0 tag artificially here to have no issues in my development build (no tags fetched) with lima version being too low.
The issue will go away if I tag the previous commit to my build, because ".m" would be in the part cut by splitting on '-' symbol.
I believe that building from a tagged commit with local changes should still result in a working binary.