Skip to content

Commit

Permalink
fix(devcontainer): Update features to work correctly (#50)
Browse files Browse the repository at this point in the history
  • Loading branch information
tankerkiller125 authored Jun 23, 2024
1 parent 7931003 commit 02bc58e
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .devcontainer/devcontainer.json
Original file line number Diff line number Diff line change
Expand Up @@ -35,6 +35,6 @@
// Comment out to connect as root instead. More info: https://aka.ms/vscode-remote/containers/non-root.
"remoteUser": "node",
"features": {
"golang": "1.21"
"ghcr.io/devcontainers/features/go:1": "1.21"
}
}

0 comments on commit 02bc58e

Please sign in to comment.