Skip to content

Commit

Permalink
build: use the latest Go version in the Devcontainer
Browse files Browse the repository at this point in the history
  • Loading branch information
graugans committed Jul 5, 2024
1 parent 7d461ae commit 1869b26
Showing 1 changed file with 2 additions and 4 deletions.
6 changes: 2 additions & 4 deletions .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": "ghcr.io/graugans/golang:latest"
"image": "mcr.microsoft.com/devcontainers/go:1.22",

// Features to add to the dev container. More info: https://containers.dev/features.
// "features": {},
Expand All @@ -23,9 +23,7 @@
"golang.go"
]
}
},


}
// Uncomment to connect as root instead. More info: https://aka.ms/dev-containers-non-root.
// "remoteUser": "root"
}

0 comments on commit 1869b26

Please sign in to comment.