aboutsummaryrefslogtreecommitdiff
path: root/src
diff options
context:
space:
mode:
authorSamruddhi Khandale <skhandale@microsoft.com>2022-06-09 19:06:32 +0300
committerGitHub <noreply@github.com>2022-06-09 19:06:32 +0300
commit14f8447d0f3c202a57bed77722799e320845df0c (patch)
tree95d62cd36f04f922ddaebe2f86cbfc7404772016 /src
parente99bc62ea3ab412708688ddd8ceada0eb8374eaf (diff)
go: fix path
Diffstat (limited to 'src')
-rw-r--r--src/go/devcontainer-feature.json6
1 files changed, 3 insertions, 3 deletions
diff --git a/src/go/devcontainer-feature.json b/src/go/devcontainer-feature.json
index 387839e..3c47c4a 100644
--- a/src/go/devcontainer-feature.json
+++ b/src/go/devcontainer-feature.json
@@ -12,8 +12,8 @@
"init": true,
"extensions": ["golang.Go"],
"containerEnv": {
- "GOPATH": "/go",
- "PATH": "${GOPATH}/bin:${GOROOT}/bin:${PATH}"
+ "GOPATH": "/usr/local/go",
+ "PATH": "${GOPATH}/bin:${PATH}"
},
"capAdd": [ "SYS_PTRACE" ],
"securityOpt": [ "seccomp=unconfined" ],
@@ -21,4 +21,4 @@
"app": "",
"file": "install.sh"
}
-} \ No newline at end of file
+}