From c7af082989765b869d843c647305e39438e916f4 Mon Sep 17 00:00:00 2001 From: CSK <73425927+cr2007@users.noreply.github.com> Date: Wed, 28 Aug 2024 06:03:12 +0000 Subject: [PATCH] Remove unused Go feature from `devcontainer.json` --- .github/.devcontainer/devcontainer.json | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/.github/.devcontainer/devcontainer.json b/.github/.devcontainer/devcontainer.json index 6cf3646..4335b1d 100644 --- a/.github/.devcontainer/devcontainer.json +++ b/.github/.devcontainer/devcontainer.json @@ -2,8 +2,7 @@ "name": "latex-env", "dockerFile": "Dockerfile", "features": { - "ghcr.io/devcontainers/features/github-cli:1": {}, - "ghcr.io/devcontainers/features/go:1": {} + "ghcr.io/devcontainers/features/github-cli:1": {} } // "mounts": [ // "source=${localEnv:HOME}${localEnv:USERPROFILE}/.gitconfig,target=~/.gitconfig,type=bind,consistency=cached"