Skip to content

Commit 5eca42b

Browse files
author
Chun-Hung Tseng
committed
Bump devcontainer version to 1.24
According to the available image tag list [2], the images for go 1.24 are all prefixed with `dev-`. Thus, we are using the `dev-` prefixed image version for now. Reference: [1] etcd-io#19524 [2] https://mcr.microsoft.com/v2/devcontainers/go/tags/list Signed-off-by: Chun-Hung Tseng <[email protected]>
1 parent f4c40b7 commit 5eca42b

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.devcontainer/devcontainer.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@
33
{
44
"name": "Go",
55
// Or use a Dockerfile or Docker Compose file. More info: https://containers.dev/guide/dockerfile
6-
"image": "mcr.microsoft.com/devcontainers/go:1.23-bookworm",
6+
"image": "mcr.microsoft.com/devcontainers/go:dev-1.24-bookworm",
77
// Features to add to the dev container. More info: https://containers.dev/features.
88
"features": {
99
"ghcr.io/devcontainers/features/docker-in-docker:2": {},

0 commit comments

Comments
 (0)