mirror of
https://github.com/moby/moby.git
synced 2026-07-26 11:23:36 +00:00
More recent versions of go-swagger failed on this, because the value is interpolated as JSON numberic value, which assumes int64 (signed). Quote the value to prevent it being handled before validated against uint64. Signed-off-by: Sebastiaan van Stijn <github@gone.nl>