Skip to content

Fix the Common version requirement

Philippe Lafoucrière requested to merge fix-common-version into master

What does this MR do?

Without this change, parsing reports with a version like 8.0.1 (a common mistake from customers playing with our reports) will fail if the Common library is used:

[FATA] [2020-10-29T16:59:21Z] ▶ strconv.ParseUint: parsing "0.1": invalid syntax

Availability and Testing

  • [-] Review and add/update tests for this feature/bug

Merge request reports