feat: wip update checker

This commit is contained in:
Toby
2023-08-23 22:56:15 -07:00
parent 332d2ea32d
commit 09355c4e21
7 changed files with 244 additions and 10 deletions

View File

@@ -606,6 +606,8 @@ func runServer(cmd *cobra.Command, args []string) {
}
logger.Info("server up and running")
go runCheckUpdateServer()
if err := s.Serve(); err != nil {
logger.Fatal("failed to serve", zap.Error(err))
}