From 4e5e74f764ee04b4231bc9c22c2bcbaf24ba5336 Mon Sep 17 00:00:00 2001 From: campersau Date: Tue, 3 Mar 2026 10:13:51 +0100 Subject: [PATCH] Add go to devcontainer It is required for specgen --- .devcontainer/devcontainer.json | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/.devcontainer/devcontainer.json b/.devcontainer/devcontainer.json index 60282237..62a599b1 100644 --- a/.devcontainer/devcontainer.json +++ b/.devcontainer/devcontainer.json @@ -10,10 +10,11 @@ "features": { "ghcr.io/devcontainers/features/git:1": {}, "ghcr.io/devcontainers/features/git-lfs:1": {}, + "ghcr.io/devcontainers/features/go:1": {}, "ghcr.io/devcontainers/features/docker-in-docker:2": { "moby": true }, - "ghcr.io/devcontainers/features/dotnet:2.4.1": { + "ghcr.io/devcontainers/features/dotnet:2.4.2": { "version": "10.0", "installUsingApt": false }