From 5c5ff443c10d3e32e0510b1db6ef99ff8f4f19b8 Mon Sep 17 00:00:00 2001 From: bells17 Date: Tue, 7 May 2024 00:25:24 +0900 Subject: [PATCH] Update devcontainer image (#2531) MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit * Update devcontainer image * Use Go 1.21 image for dev container --------- Co-authored-by: Manuel de la Peña --- .devcontainer/devcontainer.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.devcontainer/devcontainer.json b/.devcontainer/devcontainer.json index 04930115d6..731826913c 100644 --- a/.devcontainer/devcontainer.json +++ b/.devcontainer/devcontainer.json @@ -2,7 +2,7 @@ // README at: https://github.com/devcontainers/templates/tree/main/src/go { "name": "Go", - "image": "mcr.microsoft.com/devcontainers/go:0-1.21-bullseye", + "image": "mcr.microsoft.com/devcontainers/go:1.21-bookworm", // Features to add to the dev container. More info: https://containers.dev/features. // "features": {},