features/test/go/scenarios.json
Alessandro (Ale) Segala 0ee38a48e4
Install golangci-lint from prebuilt binaries and allow specifying its 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>
2022-10-28 13:57:57 -07:00

13 lines
301 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"
}
}