Skip to content

Commit

Permalink
.devcontainer - updated container image from go 1.20 to 1.21
Browse files Browse the repository at this point in the history
  • Loading branch information
JakeTRogers committed Nov 28, 2023
1 parent 98b4cb1 commit 78861e6
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 @@ -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:0-1.20",
"image": "mcr.microsoft.com/devcontainers/go:1.21",
"runArgs": [ "--userns=keep-id" ],

// Use 'postCreateCommand' to run commands after the container is created.
Expand Down

0 comments on commit 78861e6

Please sign in to comment.