Versions in this module Expand all Collapse all v1 v1.24.2 Feb 25, 2026 v1.24.1 Feb 25, 2026 Changes in this version + var ContextKey = struct{ ... } + func WithContext(ctx context.Context, version *VersionInfo) context.Context + type VersionInfo struct + CurrentVersion string + FailedToFetch error + IsOutdated bool + IsUpdateRequired bool + LatestVersion string + func FetchUpdateInfo(currentVersion string) VersionInfo + func FromContext(ctx context.Context) *VersionInfo + func (v *VersionInfo) PromptUpdateIfAvailable()