features/test/go/scenarios.json
Samruddhi Khandale ef939f908c
Go - Adds /go/bin to PATH (#162)
* bug fix

* adds more checks

* adds GOROOT

* revert GOPATH changes
2022-09-16 13:51:35 -07:00

12 lines
252 B
JSON

{
"install_go_tool_in_postCreate": {
"image": "ubuntu:focal",
"features": {
"go": {
"version": "latest"
}
},
"postCreateCommand": "go install filippo.io/mkcert@v1.4.2"
}
}