Skip to content

Commit e275f11

Browse files
committed
Bump default devcontainer to golang 1.23
1 parent 947ef16 commit e275f11

File tree

1 file changed

+1
-2
lines changed

1 file changed

+1
-2
lines changed

.devcontainer/devcontainer.json

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "Kubebuilder DevContainer",
3-
"image": "golang:1.22",
3+
"image": "golang:1.23",
44
"features": {
55
"ghcr.io/devcontainers/features/docker-in-docker:2": {},
66
"ghcr.io/devcontainers/features/git:1": {}
@@ -22,4 +22,3 @@
2222

2323
"onCreateCommand": "bash .devcontainer/post-install.sh"
2424
}
25-

0 commit comments

Comments
 (0)