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": {