Skip to content

Commit 8a7b88a

Browse files
authored
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.
1 parent 33c6896 commit 8a7b88a

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.devcontainer/devcontainer.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@
33
{
44
"name": "Go",
55
// Or use a Dockerfile or Docker Compose file. More info: https://containers.dev/guide/dockerfile
6-
"image": "mcr.microsoft.com/devcontainers/go:0-1.20-bullseye",
6+
"image": "mcr.microsoft.com/devcontainers/go",
77

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

0 commit comments

Comments
 (0)