diff options
-rw-r--r-- | src/go/devcontainer-feature.json | 6 |
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 +} |