Versions in this module Expand all Collapse all v0 v0.1.1 Aug 9, 2026 Changes in this version + func IsDev(v string) bool + type Checker struct + func NewChecker(current string, enabled bool) *Checker + func (c *Checker) Check(ctx context.Context, force bool) Info + func (c *Checker) Current() string + type Info struct + CheckDisabled bool + CheckedAt *time.Time + Current string + Dev bool + Error string + Latest string + ReleaseURL string + UpdateAvailable bool