Update dev container to use the latest Go version. (#130)
# Describe Request Update the dev container configuration to use the latest version of Go. # Change Type Code maintenance.
This commit is contained in:
parent
33c6896213
commit
8a7b88acbe
1 changed files with 1 additions and 1 deletions
|
|
@ -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-bullseye",
|
||||
"image": "mcr.microsoft.com/devcontainers/go",
|
||||
|
||||
// Features to add to the dev container. More info: https://containers.dev/features.
|
||||
// "features": {},
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue