aboutsummaryrefslogtreecommitdiff
path: root/src/go/devcontainer-feature.json
diff options
context:
space:
mode:
Diffstat (limited to 'src/go/devcontainer-feature.json')
-rw-r--r--src/go/devcontainer-feature.json4
1 files changed, 2 insertions, 2 deletions
diff --git a/src/go/devcontainer-feature.json b/src/go/devcontainer-feature.json
index a15ded0..f7ee1ad 100644
--- a/src/go/devcontainer-feature.json
+++ b/src/go/devcontainer-feature.json
@@ -1,6 +1,6 @@
{
"id": "go",
- "version": "1.0.5",
+ "version": "1.0.6",
"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.",
@@ -27,7 +27,7 @@
},
"containerEnv": {
"GOPATH": "/usr/local/go",
- "PATH": "/usr/local/go:${PATH}"
+ "PATH": "/usr/local/go/bin:${PATH}"
},
"capAdd": [
"SYS_PTRACE"