()
| 271 | } |
| 272 | |
| 273 | func updateCompileUpdateCheckTime() { |
| 274 | writeUpdateCheckTime(getCompileUpdateCheckFilePath(), constants.FilePermSensitive, "compile update check", compileUpdateCheckLog) |
| 275 | } |
| 276 | |
| 277 | func isMinorVersionBehind(currentVersion string, latestVersion string) bool { |
| 278 | currentSV := semverutil.EnsureVPrefix(currentVersion) |
no test coverage detected