From 3030965c347f0fa985c4cd1e5bad02bf5555e3b0 Mon Sep 17 00:00:00 2001 From: Christian Ege Date: Thu, 25 Jul 2024 08:41:49 +0000 Subject: [PATCH] =?UTF-8?q?build:=20=F0=9F=94=A8=20switch=20to=20the=20VS?= =?UTF-8?q?=20Code=20DevContainer=20for=20Go?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- .devcontainer/devcontainer.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.devcontainer/devcontainer.json b/.devcontainer/devcontainer.json index 53d4242..6439b2e 100644 --- a/.devcontainer/devcontainer.json +++ b/.devcontainer/devcontainer.json @@ -3,7 +3,7 @@ { "name": "Go", // Or use a Dockerfile or Docker Compose file. More info: https://containers.dev/guide/dockerfile - "image": "ghcr.io/graugans/golang:latest" + "image": "mcr.microsoft.com/devcontainers/go:1.22", // Features to add to the dev container. More info: https://containers.dev/features. // "features": {},