Skip to content

Commit

Permalink
Use Go 1.21 image for dev container
Browse files Browse the repository at this point in the history
  • Loading branch information
bells17 committed May 6, 2024
1 parent 961440b commit 23179c1
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .devcontainer/devcontainer.json
Original file line number Diff line number Diff line change
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:1.22-bookworm",
"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 23179c1

Please sign in to comment.