Versions in this module Expand all Collapse all v1 v1.1.6 May 22, 2026 Changes in this version + const CIEnv v1.1.5 May 22, 2026 Changes in this version + const DisableEnv + const URLEnv + var VersionCheckURL = "https://version-check.cicd.fun/v1/check" + func ConfigPath() string + func SaveConfig(cfg *Config) error + type Config struct + InstanceID string + LastReportedStartCount int + LastVersionCheckAt time.Time + StartCount int + func LoadConfig() (*Config, error) + type Result struct + LatestURL string + LatestVersion string + UpdateAvailable bool + func Run(ctx context.Context, version string, disabled bool) *Result