diff options
author | Samruddhi Khandale <skhandale@microsoft.com> | 2022-09-16 23:51:35 +0300 |
---|---|---|
committer | GitHub <noreply@github.com> | 2022-09-16 23:51:35 +0300 |
commit | ef939f908c43bf89ade5d2153a751c7ee47989cc (patch) | |
tree | 922b6ab76def08ccaed7e0b74f362493ae3e0041 /test/go/scenarios.json | |
parent | 987ebe8ea69f59e543e9f961eba5d4a1d0c2821f (diff) |
Go - Adds `/go/bin` to PATH (#162)
* bug fix
* adds more checks
* adds GOROOT
* revert GOPATH changes
Diffstat (limited to 'test/go/scenarios.json')
-rw-r--r-- | test/go/scenarios.json | 11 |
1 files changed, 11 insertions, 0 deletions
diff --git a/test/go/scenarios.json b/test/go/scenarios.json new file mode 100644 index 0000000..295dbe0 --- /dev/null +++ b/test/go/scenarios.json @@ -0,0 +1,11 @@ +{ + "install_go_tool_in_postCreate": { + "image": "ubuntu:focal", + "features": { + "go": { + "version": "latest" + } + }, + "postCreateCommand": "go install filippo.io/mkcert@v1.4.2" + } +} |