{
    "version": "2026.1",
    "description": "An advanced Go linter",
    "homepage": "https://staticcheck.io",
    "license": "MIT",
    "architecture": {
        "64bit": {
            "url": "https://github.com/dominikh/go-tools/releases/download/2026.1/staticcheck_windows_amd64.tar.gz",
            "hash": "98755d516530d03058ac59cb58ab7fbb9d487d0bc2e16d16e1f700833381e135"
        },
        "32bit": {
            "url": "https://github.com/dominikh/go-tools/releases/download/2026.1/staticcheck_windows_386.tar.gz",
            "hash": "12a858fa15b6c4b1e324ba67fdeadd3e45f84c2909b0c0025692b4faff25a742"
        }
    },
    "extract_dir": "staticcheck",
    "bin": "staticcheck.exe",
    "checkver": {
        "github": "https://github.com/dominikh/go-tools"
    },
    "autoupdate": {
        "architecture": {
            "64bit": {
                "url": "https://github.com/dominikh/go-tools/releases/download/$version/staticcheck_windows_amd64.tar.gz"
            },
            "32bit": {
                "url": "https://github.com/dominikh/go-tools/releases/download/$version/staticcheck_windows_386.tar.gz"
            }
        },
        "hash": {
            "url": "$url.sha256"
        }
    }
}
