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,