blob: 295dbe053d40e286ecfe3f96e32d4cde4bacaf80 (
plain) (
blame)
1
2
3
4
5
6
7
8
9
10
11
|
{
"install_go_tool_in_postCreate": {
"image": "ubuntu:focal",
"features": {
"go": {
"version": "latest"
}
},
"postCreateCommand": "go install filippo.io/mkcert@v1.4.2"
}
}
|