aboutsummaryrefslogtreecommitdiff
path: root/test/go/install_go_tool_in_postCreate.sh
Commit message (Collapse)AuthorAgeFilesLines
* Install golangci-lint from prebuilt binaries and allow specifying its ↵Alessandro (Ale) Segala2022-10-281-0/+1
| | | | | | | | | | | | | | | version (#238) * Install golangci-lint from prebuilt binaries and allow specifying its version * Updated as requested * Update src/go/devcontainer-feature.json Co-authored-by: Samruddhi Khandale <skhandale@microsoft.com> * Updated install path Co-authored-by: Samruddhi Khandale <skhandale@microsoft.com>
* Go - Adds `/go/bin` to PATH (#162)Samruddhi Khandale2022-09-161-0/+12
* bug fix * adds more checks * adds GOROOT * revert GOPATH changes