Versions in this module Expand all Collapse all v0 v0.3.1 Feb 1, 2026 v0.3.0 Jun 30, 2025 Changes in this version + func Untar(name string, r io.Reader) (io.Reader, error) + type Config struct + Script bool + Url string + Version string + func (c Config) Verify() error + type Tool struct + Name string + func FromConfig(name string, config Config) (*Tool, error) + func (t *Tool) Install(ctx context.Context, dir work.Directory) error