From ff18b87337d77ce5bee166fc90624d5316c5d5de Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Di=C3=B3genes=20Fernandes?= Date: Fri, 17 Jan 2025 11:45:56 -0300 Subject: [PATCH] Update .devcontainer.json go's version to 1.22 (#2385) Signed-off-by: Diogenes Fernandes --- .devcontainer.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.devcontainer.json b/.devcontainer.json index 1bb972bc6b..d7b32dc7af 100644 --- a/.devcontainer.json +++ b/.devcontainer.json @@ -1,6 +1,6 @@ { "name": "Go", - "image": "mcr.microsoft.com/devcontainers/go:1-1.21-bullseye", + "image": "mcr.microsoft.com/devcontainers/go:1-1.22-bullseye", "customizations": { "vscode": { "extensions": [