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 <henrytseng@google.com>
This commit is contained in:
parent
f4c40b7fd0
commit
5eca42b3cf
@ -3,7 +3,7 @@
|
|||||||
{
|
{
|
||||||
"name": "Go",
|
"name": "Go",
|
||||||
// Or use a Dockerfile or Docker Compose file. More info: https://containers.dev/guide/dockerfile
|
// Or use a Dockerfile or Docker Compose file. More info: https://containers.dev/guide/dockerfile
|
||||||
"image": "mcr.microsoft.com/devcontainers/go:1.23-bookworm",
|
"image": "mcr.microsoft.com/devcontainers/go:dev-1.24-bookworm",
|
||||||
// Features to add to the dev container. More info: https://containers.dev/features.
|
// Features to add to the dev container. More info: https://containers.dev/features.
|
||||||
"features": {
|
"features": {
|
||||||
"ghcr.io/devcontainers/features/docker-in-docker:2": {},
|
"ghcr.io/devcontainers/features/docker-in-docker:2": {},
|
||||||
|
Loading…
Reference in New Issue
Block a user