Skip to content

Commit

Permalink
build: update the Go dev container
Browse files Browse the repository at this point in the history
Signed-off-by: Christian Ege <[email protected]>
  • Loading branch information
graugans committed Dec 6, 2023
1 parent 7bdfc1b commit 63e8634
Showing 1 changed file with 11 additions and 2 deletions.
13 changes: 11 additions & 2 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": "mcr.microsoft.com/devcontainers/go:1-1.20-bullseye"
"image": "ghcr.io/graugans/golang:latest"

// Features to add to the dev container. More info: https://containers.dev/features.
// "features": {},
Expand All @@ -15,7 +15,16 @@
"postCreateCommand": "./.devcontainer/postCreateCommand.sh",

// Configure tool-specific properties.
// "customizations": {},
"customizations": {
// Configure properties specific to VS Code.
"vscode": {
"extensions": [
"streetsidesoftware.code-spell-checker",
"golang.go"
]
}
},


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

0 comments on commit 63e8634

Please sign in to comment.