From 189f5e1df285ae4d266e26a67a8d5ffa9fa24b01 Mon Sep 17 00:00:00 2001 From: Bruno Salzano Date: Thu, 12 Jun 2025 07:17:48 +0200 Subject: [PATCH] chore: default go runtime fixed wrong default: true in go:1.22proxy --- runtimes.json.tpl | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/runtimes.json.tpl b/runtimes.json.tpl index cf13a84..892ad43 100644 --- a/runtimes.json.tpl +++ b/runtimes.json.tpl @@ -228,7 +228,7 @@ }, { "kind": "go:1.22proxy", - "default": true, + "default": false, "deprecated": false, "attached": { "attachmentName": "codefile",