From 3695848521092bdf09e183328f9bcfe194cda471 Mon Sep 17 00:00:00 2001 From: "copilot-swe-agent[bot]" <198982749+Copilot@users.noreply.github.com> Date: Tue, 5 May 2026 09:04:54 +0000 Subject: [PATCH 1/2] Remove ubuntu:focal test from go feature scenarios Agent-Logs-Url: https://github.com/devcontainers/features/sessions/24009dd0-e318-49de-a923-7181bcda9edb Co-authored-by: Kaniska244 <186041440+Kaniska244@users.noreply.github.com> --- test/go/scenarios.json | 10 ---------- 1 file changed, 10 deletions(-) diff --git a/test/go/scenarios.json b/test/go/scenarios.json index b6d8d1d0b..554d5105f 100644 --- a/test/go/scenarios.json +++ b/test/go/scenarios.json @@ -62,16 +62,6 @@ } } }, - "install_go_tool_in_postCreate": { - "image": "ubuntu:focal", - "features": { - "go": { - "version": "latest", - "golangciLintVersion": "1.50.0" - } - }, - "postCreateCommand": "go install filippo.io/mkcert@v1.4.2" - }, "install_go_tool_in_postCreate_rhel": { "image": "almalinux:8", "features": { From 2abc237eded54aa996d84c586664db08b4a8edf2 Mon Sep 17 00:00:00 2001 From: "copilot-swe-agent[bot]" <198982749+Copilot@users.noreply.github.com> Date: Tue, 5 May 2026 09:08:12 +0000 Subject: [PATCH 2/2] Change go test scenario from ubuntu:focal to ubuntu:noble Agent-Logs-Url: https://github.com/devcontainers/features/sessions/788b1e67-481a-456c-b0e6-62f979c84eda Co-authored-by: Kaniska244 <186041440+Kaniska244@users.noreply.github.com> --- test/go/scenarios.json | 10 ++++++++++ 1 file changed, 10 insertions(+) diff --git a/test/go/scenarios.json b/test/go/scenarios.json index 554d5105f..677a664b7 100644 --- a/test/go/scenarios.json +++ b/test/go/scenarios.json @@ -62,6 +62,16 @@ } } }, + "install_go_tool_in_postCreate": { + "image": "ubuntu:noble", + "features": { + "go": { + "version": "latest", + "golangciLintVersion": "1.50.0" + } + }, + "postCreateCommand": "go install filippo.io/mkcert@v1.4.2" + }, "install_go_tool_in_postCreate_rhel": { "image": "almalinux:8", "features": {