Unverified Commit 811a93f0 authored by Samruddhi Khandale's avatar Samruddhi Khandale Committed by GitHub

go: Fix path issue (#156)

fix go
parent 674b0968
{ {
"id": "go", "id": "go",
"version": "1.0.5", "version": "1.0.6",
"name": "Go", "name": "Go",
"documentationURL": "https://github.com/devcontainers/features/tree/main/src/go", "documentationURL": "https://github.com/devcontainers/features/tree/main/src/go",
"description": "Installs Go and common Go utilities. Auto-detects latest version and installs needed dependencies.", "description": "Installs Go and common Go utilities. Auto-detects latest version and installs needed dependencies.",
...@@ -27,7 +27,7 @@ ...@@ -27,7 +27,7 @@
}, },
"containerEnv": { "containerEnv": {
"GOPATH": "/usr/local/go", "GOPATH": "/usr/local/go",
"PATH": "/usr/local/go:${PATH}" "PATH": "/usr/local/go/bin:${PATH}"
}, },
"capAdd": [ "capAdd": [
"SYS_PTRACE" "SYS_PTRACE"
......
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