Unverified Commit 14f8447d authored by Samruddhi Khandale's avatar Samruddhi Khandale Committed by GitHub

go: fix path

parent e99bc62e
......@@ -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" ],
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment