From 9a43e9ce3342994cb61d4c97175c85793af23d1d Mon Sep 17 00:00:00 2001 From: Carlos A Becker Date: Sat, 19 Mar 2022 16:09:49 -0300 Subject: [PATCH] chore: schema update Signed-off-by: Carlos A Becker --- www/docs/static/schema-pro.json | 9 ++++++--- 1 file changed, 6 insertions(+), 3 deletions(-) diff --git a/www/docs/static/schema-pro.json b/www/docs/static/schema-pro.json index 7987863f5..0acddc85b 100644 --- a/www/docs/static/schema-pro.json +++ b/www/docs/static/schema-pro.json @@ -746,9 +746,6 @@ }, "type": "array" }, - "use_buildx": { - "type": "boolean" - }, "use": { "type": "string" } @@ -1016,6 +1013,9 @@ }, "gobinary": { "type": "string" + }, + "mod": { + "type": "string" } }, "additionalProperties": false, @@ -1100,6 +1100,9 @@ }, "goarm": { "type": "string" + }, + "service": { + "type": "string" } }, "additionalProperties": false,