fix(aichat): possible panic when save mem err
Some checks failed
最新版 / Build binary CI (386, linux) (push) Has been cancelled
最新版 / Build binary CI (386, windows) (push) Has been cancelled
最新版 / Build binary CI (amd64, linux) (push) Has been cancelled
最新版 / Build binary CI (amd64, windows) (push) Has been cancelled
最新版 / Build binary CI (arm, linux) (push) Has been cancelled
最新版 / Build binary CI (arm64, linux) (push) Has been cancelled
自动更新 nix 依赖 / gomod2nix update (push) Has been cancelled
PushLint / lint (push) Has been cancelled

This commit is contained in:
源文雨
2026-01-28 21:33:41 +08:00
parent 79080cc2f0
commit 1c8ff7b143
3 changed files with 10 additions and 8 deletions

View File

@@ -21,7 +21,9 @@ jobs:
submodules: 'recursive'
- name: Prepare Necessary Runtime Files
run: go generate main.go
run: |
go generate main.go
go mod tidy
- name: Run Lint
uses: golangci/golangci-lint-action@master