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.json5
1 files changed, 3 insertions, 2 deletions
diff --git a/src/go/devcontainer-feature.json b/src/go/devcontainer-feature.json
index f7ee1ad..cb30c5b 100644
--- a/src/go/devcontainer-feature.json
+++ b/src/go/devcontainer-feature.json
@@ -26,8 +26,9 @@
}
},
"containerEnv": {
- "GOPATH": "/usr/local/go",
- "PATH": "/usr/local/go/bin:${PATH}"
+ "GOROOT": "/usr/local/go",
+ "GOPATH": "/go",
+ "PATH": "/usr/local/go/bin:/go/bin:${PATH}"
},
"capAdd": [
"SYS_PTRACE"