updateLastCheckTime updates the timestamp of the last update check
()
| 94 | |
| 95 | // updateLastCheckTime updates the timestamp of the last update check |
| 96 | func updateLastCheckTime() { |
| 97 | writeUpdateCheckTime(getLastCheckFilePath(), constants.FilePermPublic, "update check", updateCheckLog) |
| 98 | } |
| 99 | |
| 100 | // checkForUpdates checks if a newer version of gh-aw is available |
| 101 | // This function is non-blocking and ignores all errors (connectivity, API, etc.) |