diff --git a/www/docs/static/schema.json b/www/docs/static/schema.json index e7dc0bb516d..277295cbaac 100644 --- a/www/docs/static/schema.json +++ b/www/docs/static/schema.json @@ -329,6 +329,9 @@ "no_main_check": { "type": "boolean" }, + "buildmode": { + "type": "string" + }, "ldflags": { "$ref": "#/$defs/StringArray" }, @@ -377,6 +380,9 @@ "goamd64": { "type": "string" }, + "buildmode": { + "type": "string" + }, "ldflags": { "$ref": "#/$defs/StringArray" },