mirror of
https://github.com/clearlinux/clr-installer.git
synced 2026-09-01 19:21:31 +00:00
As of go 1.14 JSON decoder no longer accepts invalid numbers. https://golang.org/doc/go1.14#encoding/json Switch Version to a new type and add Unmarshaler to handle the type which allows unsigned integer or 'latest' as valid values. Dropped required coverage by 1% for model. Signed-off-by: Mark D Horn <mark.d.horn@intel.com>