features/test/go/scenarios.json
Samruddhi Khandale c4648ab98c
go: fix bug - Go doesn't update version if go is already installed (#303)
* go: fix bug - Go doesn't update version if go is already installed

* Update tests with bash -c
2022-11-23 09:33:50 -08:00

21 lines
494 B
JSON

{
"install_go_tool_in_postCreate": {
"image": "ubuntu:focal",
"features": {
"go": {
"version": "latest",
"golangciLintVersion": "1.50.0"
}
},
"postCreateCommand": "go install filippo.io/mkcert@v1.4.2"
},
"install_go_twice": {
"image": "mcr.microsoft.com/devcontainers/go:1.18",
"features": {
"go": {
"version": "1.19"
}
}
}
}