aboutsummaryrefslogblamecommitdiff
path: root/test/go/scenarios.json
blob: 86e1270207f1c9f3dac319f53b4089ee0c2d158c (plain) (tree)
1
2
3
4
5
6
7
8
9
10




                                      

                                               


                                                                  







                                                           

     
{
    "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"
            }
        }
    }
}