From 5081c826f29cd1a3fe1924e39e33fe821cff7668 Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Mon, 13 Oct 2025 02:30:23 +0000 Subject: [PATCH] [deps]: Update mcr.microsoft.com/devcontainers/go Docker tag to v1.25 --- .devcontainer/devcontainer.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.devcontainer/devcontainer.json b/.devcontainer/devcontainer.json index 7f73fa7..a33f92b 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.25", "runArgs": ["--network=host"], // needed for kind "postCreateCommand": "sudo .devcontainer/postCreateCommand.sh", "customizations": {