{
    "id": "go",
    "version": "3.0.0",
    "name": "Go",
    "description": "Develop Go based applications. Includes appropriate runtime args, Go, common tools, extensions, and dependencies.",
    "documentationURL": "https://github.com/devcontainers/templates/tree/main/src/go",
    "publisher": "Dev Container Spec Maintainers",
    "licenseURL": "https://github.com/devcontainers/templates/blob/main/LICENSE",
    "options": {
        "imageVariant": {
            "type": "string",
            "description": "Go version:",
            "proposals": [
                "1-bookworm",
                "1.21-bookworm",
                "1.20-bookworm",
                "1-bullseye",
                "1.21-bullseye",
                "1.20-bullseye"
            ],
            "default": "1.21-bullseye"
        }
    },
    "platforms": [
        "Go"
    ]
}