Merge pull request #19628 from henrybear327/devcontainer/drop-dev

Use go:1.24-bookworm for devcontainer
This commit is contained in:
Fu Wei 2025-03-20 00:08:25 +08:00 committed by GitHub
commit 4aee7f109b
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

View File

@ -3,7 +3,7 @@
{
"name": "Go",
// Or use a Dockerfile or Docker Compose file. More info: https://containers.dev/guide/dockerfile
"image": "mcr.microsoft.com/devcontainers/go:dev-1.24-bookworm",
"image": "mcr.microsoft.com/devcontainers/go:1.24-bookworm",
// Features to add to the dev container. More info: https://containers.dev/features.
"features": {
"ghcr.io/devcontainers/features/docker-in-docker:2": {},