From 27fe17008f38adb4585702b3ae0bec42f135a440 Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Thu, 20 Mar 2025 02:22:28 +0000 Subject: [PATCH] =?UTF-8?q?chore(deps):=20update=20image=20mcr.microsoft.c?= =?UTF-8?q?om/devcontainers/go=20(1.23=20=E2=86=92=201.24)=20(#1835)?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit | datasource | package | from | to | | ---------- | ---------------------------------- | ---- | ---- | | docker | mcr.microsoft.com/devcontainers/go | 1.23 | 1.24 | Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com> --- .devcontainer/devcontainer.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.devcontainer/devcontainer.json b/.devcontainer/devcontainer.json index 88fdf70f..b81f5ad9 100644 --- a/.devcontainer/devcontainer.json +++ b/.devcontainer/devcontainer.json @@ -3,7 +3,7 @@ { "name": "Default Linux Universal", // Or use a Dockerfile or Docker Compose file. More info: https://containers.dev/guide/dockerfile - "image": "mcr.microsoft.com/devcontainers/go:1.23-bullseye", + "image": "mcr.microsoft.com/devcontainers/go:1.24-bullseye", // Features to add to the dev container. More info: https://containers.dev/features. "features": {