Skip to content

Commit 5c5ff44

Browse files
bells17mdelapenya
andauthored
Update devcontainer image (#2531)
* Update devcontainer image * Use Go 1.21 image for dev container --------- Co-authored-by: Manuel de la Peña <[email protected]>
1 parent 4effa16 commit 5c5ff44

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.devcontainer/devcontainer.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22
// README at: https://github.com/devcontainers/templates/tree/main/src/go
33
{
44
"name": "Go",
5-
"image": "mcr.microsoft.com/devcontainers/go:0-1.21-bullseye",
5+
"image": "mcr.microsoft.com/devcontainers/go:1.21-bookworm",
66

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

0 commit comments

Comments
 (0)