aboutsummaryrefslogtreecommitdiff
path: root/src/go
diff options
context:
space:
mode:
Diffstat (limited to 'src/go')
-rw-r--r--src/go/devcontainer-feature.json9
1 files changed, 3 insertions, 6 deletions
diff --git a/src/go/devcontainer-feature.json b/src/go/devcontainer-feature.json
index dadcb95..6228090 100644
--- a/src/go/devcontainer-feature.json
+++ b/src/go/devcontainer-feature.json
@@ -1,5 +1,6 @@
{
"id": "go",
+ "version": "1.0.0",
"name": "Go",
"description": "Installs Go and common Go utilities. Auto-detects latest version and installs needed dependencies.",
"options": {
@@ -28,9 +29,5 @@
],
"securityOpt": [
"seccomp=unconfined"
- ],
- "install": {
- "app": "",
- "file": "install.sh"
- }
-} \ No newline at end of file
+ ]
+}