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

go: fix path

parent e99bc62e
...@@ -12,8 +12,8 @@ ...@@ -12,8 +12,8 @@
"init": true, "init": true,
"extensions": ["golang.Go"], "extensions": ["golang.Go"],
"containerEnv": { "containerEnv": {
"GOPATH": "/go", "GOPATH": "/usr/local/go",
"PATH": "${GOPATH}/bin:${GOROOT}/bin:${PATH}" "PATH": "${GOPATH}/bin:${PATH}"
}, },
"capAdd": [ "SYS_PTRACE" ], "capAdd": [ "SYS_PTRACE" ],
"securityOpt": [ "seccomp=unconfined" ], "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