From 8a7b88acbed64ebe582c14dbab5f353a173a50ca Mon Sep 17 00:00:00 2001 From: Onur Cinar Date: Thu, 26 Dec 2024 12:07:17 -0800 Subject: [PATCH] Update dev container to use the latest Go version. (#130) # Describe Request Update the dev container configuration to use the latest version of Go. # Change Type Code maintenance. --- .devcontainer/devcontainer.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.devcontainer/devcontainer.json b/.devcontainer/devcontainer.json index 5619323..baa453a 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": "mcr.microsoft.com/devcontainers/go:0-1.20-bullseye", + "image": "mcr.microsoft.com/devcontainers/go", // Features to add to the dev container. More info: https://containers.dev/features. // "features": {},