aboutsummaryrefslogtreecommitdiff
path: root/src/go
diff options
context:
space:
mode:
Diffstat (limited to 'src/go')
-rw-r--r--src/go/devcontainer-feature.json5
1 files changed, 4 insertions, 1 deletions
diff --git a/src/go/devcontainer-feature.json b/src/go/devcontainer-feature.json
index 76e5bf1..75fa9ae 100644
--- a/src/go/devcontainer-feature.json
+++ b/src/go/devcontainer-feature.json
@@ -1,6 +1,6 @@
{
"id": "go",
- "version": "1.0.8",
+ "version": "1.0.9",
"name": "Go",
"documentationURL": "https://github.com/devcontainers/features/tree/main/src/go",
"description": "Installs Go and common Go utilities. Auto-detects latest version and installs needed dependencies.",
@@ -35,5 +35,8 @@
],
"securityOpt": [
"seccomp=unconfined"
+ ],
+ "installsAfter": [
+ "ghcr.io/devcontainers/features/common-utils"
]
}