Files
clr-installer/model
Mark D Horn 6e576e12ea model: Change ister Version to new type UintString
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>
2020-05-21 16:43:35 -07:00
..