From 026072a3f2902241f0c878d5ff4d2e8039da91ec Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Tue, 20 Aug 2024 22:36:53 +0000 Subject: [PATCH] [deps]: Update mcr.microsoft.com/devcontainers/go Docker tag to v1.23 --- .devcontainer/devcontainer.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.devcontainer/devcontainer.json b/.devcontainer/devcontainer.json index 807bb86..bcfa888 100644 --- a/.devcontainer/devcontainer.json +++ b/.devcontainer/devcontainer.json @@ -1,6 +1,6 @@ { "name": "BW k8s Operator", - "image": "mcr.microsoft.com/devcontainers/go:1.21", + "image": "mcr.microsoft.com/devcontainers/go:1.23", "runArgs": ["--network=host"], // needed for kind "postCreateCommand": "sudo .devcontainer/postCreateCommand.sh", "customizations": {