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",
"version": "1.0.5",
"version": "1.0.6",
"name": "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.",
......@@ -27,7 +27,7 @@
},
"containerEnv": {
"GOPATH": "/usr/local/go",
"PATH": "/usr/local/go:${PATH}"
"PATH": "/usr/local/go/bin:${PATH}"
},
"capAdd": [
"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