diff --git a/src/go/devcontainer-feature.json b/src/go/devcontainer-feature.json index a15ded0..f7ee1ad 100644 --- a/src/go/devcontainer-feature.json +++ b/src/go/devcontainer-feature.json @@ -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"