From 351e38e24fb629bfb5f12f808be5fb76faf5b6ec Mon Sep 17 00:00:00 2001 From: Collin Funk Date: Tue, 3 Feb 2026 04:28:18 -0800 Subject: [PATCH] Update .devcontainer.json to Go 1.25.6 (#3719) Signed-off-by: Collin Funk --- .devcontainer.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.devcontainer.json b/.devcontainer.json index d7b32dc7af..67c17758d5 100644 --- a/.devcontainer.json +++ b/.devcontainer.json @@ -1,6 +1,6 @@ { "name": "Go", - "image": "mcr.microsoft.com/devcontainers/go:1-1.22-bullseye", + "image": "mcr.microsoft.com/devcontainers/go:1.25-bookworm", "customizations": { "vscode": { "extensions": [