We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent a590807 commit 026072aCopy full SHA for 026072a
.devcontainer/devcontainer.json
@@ -1,6 +1,6 @@
1
{
2
"name": "BW k8s Operator",
3
- "image": "mcr.microsoft.com/devcontainers/go:1.21",
+ "image": "mcr.microsoft.com/devcontainers/go:1.23",
4
"runArgs": ["--network=host"], // needed for kind
5
"postCreateCommand": "sudo .devcontainer/postCreateCommand.sh",
6
"customizations": {
0 commit comments