feat: Print Panic Log (#2850)

* feat: catch panic

* feat: docker file

* feat: cicd

* feat: dockerfile

---------

Co-authored-by: Monet Lee <monet_lee@163.com>
This commit is contained in:
icey-yu
2024-11-22 15:05:39 +08:00
committed by OpenIM-Robot
parent 5089568004
commit 0d84190ed6
7 changed files with 34 additions and 2 deletions
+1 -1
View File
@@ -149,7 +149,7 @@ jobs:
runs-on: ubuntu-latest
strategy:
matrix:
go_version: ["1.21"]
go_version: ["1.22"]
steps:
- name: Checkout Repository