You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
returnNewInstallerError(NginxError, fmt.Errorf("could not retrieve the supported versions for nginx-datadog"))
51
-
}
52
-
53
-
log.Debug(fmt.Sprintf("Got lowest and highest supported versions for nginx-datadog from module release assets: [%s-%s]", minSupportedVersion, maxSupportedVersion))
returnNewInstallerError(NginxError, fmt.Errorf("nginx version %s is not supported, must be in range [%s-%s]", n.Version, minSupportedVersion, maxSupportedVersion))
57
-
}
58
-
59
-
log.Info("The installed NGINX version is supported")
0 commit comments