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
// both version support --unprivileged on all platforms
219
219
unprivileged:=true
220
220
upgradeOpts.unprivileged=&unprivileged
@@ -225,10 +225,10 @@ func PerformUpgrade(
225
225
upgradeOpts.unprivileged=&unprivileged
226
226
}
227
227
} elseif*upgradeOpts.unprivileged {
228
-
ifstartVersion.Less(*Version_8_13_0) {
228
+
ifstartVersion.Less(*Version_8_13_0_SNAPSHOT) {
229
229
returnerrors.New("cannot install starting version with --unprivileged (which is default) because the it is older than 8.13")
230
230
}
231
-
ifendVersion.Less(*Version_8_13_0) {
231
+
ifendVersion.Less(*Version_8_13_0_SNAPSHOT) {
232
232
returnerrors.New("cannot upgrade to ending version as end version doesn't support running with --unprivileged (which is default) because it is older than 8.13")
0 commit comments