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 947ef16 commit e275f11Copy full SHA for e275f11
.devcontainer/devcontainer.json
@@ -1,6 +1,6 @@
1
{
2
"name": "Kubebuilder DevContainer",
3
- "image": "golang:1.22",
+ "image": "golang:1.23",
4
"features": {
5
"ghcr.io/devcontainers/features/docker-in-docker:2": {},
6
"ghcr.io/devcontainers/features/git:1": {}
@@ -22,4 +22,3 @@
22
23
"onCreateCommand": "bash .devcontainer/post-install.sh"
24
}
25
-
0 commit comments