From 7e5f186a957b137f1266b6a402af2173c81205e8 Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Thu, 26 Jun 2025 16:46:58 +0000 Subject: [PATCH] [deps]: Update mcr.microsoft.com/devcontainers/go Docker tag to v1.24 --- .devcontainer/devcontainer.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.devcontainer/devcontainer.json b/.devcontainer/devcontainer.json index 7f73fa7..6dd181d 100644 --- a/.devcontainer/devcontainer.json +++ b/.devcontainer/devcontainer.json @@ -1,6 +1,6 @@ { "name": "BW k8s Operator", - "image": "mcr.microsoft.com/devcontainers/go:1.23", + "image": "mcr.microsoft.com/devcontainers/go:1.24", "runArgs": ["--network=host"], // needed for kind "postCreateCommand": "sudo .devcontainer/postCreateCommand.sh", "customizations": {