blob: b3fe49c0a258853c503f5069927c035f5beeb4ca (
plain) (
tree)
|
|
{
"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"
}
}
|