fix(devcontainer): Update features to work correctly (#50)

This commit is contained in:
Matt Kilgore
2024-06-23 10:40:26 -04:00
committed by GitHub
parent 7931003cb7
commit 02bc58ed20

View File

@@ -35,6 +35,6 @@
// Comment out to connect as root instead. More info: https://aka.ms/vscode-remote/containers/non-root. // Comment out to connect as root instead. More info: https://aka.ms/vscode-remote/containers/non-root.
"remoteUser": "node", "remoteUser": "node",
"features": { "features": {
"golang": "1.21" "ghcr.io/devcontainers/features/go:1": "1.21"
} }
} }