aboutsummaryrefslogtreecommitdiff
path: root/test/go
Commit message (Collapse)AuthorAgeFilesLines
* update go tools (#559)feature_go_1.2.0Shunya Hayashi2023-05-311-0/+15
| | | | | | | | | | | * update go tools * update link * add unit tests for confirm installation * fix path install gotests * fix bump the minor version
* go: fix bug - Go doesn't update version if go is already installed (#303)Samruddhi Khandale2022-11-234-4/+23
| | | | | * go: fix bug - Go doesn't update version if go is already installed * Update tests with bash -c
* Install golangci-lint from prebuilt binaries and allow specifying its ↵Alessandro (Ale) Segala2022-10-282-1/+3
| | | | | | | | | | | | | | | 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-163-0/+25
| | | | | | | | | * bug fix * adds more checks * adds GOROOT * revert GOPATH changes
* Port changes and set executable bitJosh Spicer2022-07-291-0/+0
| | | | | -Ports change from: https://github.com/microsoft/vscode-dev-containers/pull/1554 Sets all scripts as executable by default.
* add feature stubs for allJosh Spicer2022-05-131-2/+2
|
* restructure and update cli (#11)Josh Spicer2022-05-121-0/+11
* restructure and update cli * typo