Skip to content

Commit

Permalink
Update devcontainer image (#2531)
Browse files Browse the repository at this point in the history
* Update devcontainer image

* Use Go 1.21 image for dev container

---------

Co-authored-by: Manuel de la Peña <mdelapenya@gmail.com>
  • Loading branch information
bells17 and mdelapenya committed May 6, 2024
1 parent 4effa16 commit 5c5ff44
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .devcontainer/devcontainer.json
Expand Up @@ -2,7 +2,7 @@
// README at: https://github.com/devcontainers/templates/tree/main/src/go
{
"name": "Go",
"image": "mcr.microsoft.com/devcontainers/go:0-1.21-bullseye",
"image": "mcr.microsoft.com/devcontainers/go:1.21-bookworm",

// Features to add to the dev container. More info: https://containers.dev/features.
// "features": {},
Expand Down

0 comments on commit 5c5ff44

Please sign in to comment.