go: Fix path issue (#156)

fix go
This commit is contained in:
Samruddhi Khandale 2022-09-14 10:15:02 -07:00 committed by GitHub
parent 674b096863
commit 811a93f06a
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -1,6 +1,6 @@
{
"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"