mirror of
https://github.com/moby/moby.git
synced 2026-07-12 02:25:19 +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>