From 02bc58ed2076e59b14b3a2b47755f46a9f61868e Mon Sep 17 00:00:00 2001 From: Matt Kilgore Date: Sun, 23 Jun 2024 10:40:26 -0400 Subject: [PATCH] fix(devcontainer): Update features to work correctly (#50) --- .devcontainer/devcontainer.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.devcontainer/devcontainer.json b/.devcontainer/devcontainer.json index 87730fb5..719ad696 100644 --- a/.devcontainer/devcontainer.json +++ b/.devcontainer/devcontainer.json @@ -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" } }