Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

fix(database/gdb): deadlock when orm operations performing in cache closure function from gcache #3585

Merged
merged 10 commits into from
May 22, 2024
Prev Previous commit
upgrade golangci-lint v1.58.2
  • Loading branch information
houseme committed May 22, 2024
commit 836dfad7d29ff70351a969f7f84ac718ab10890b
2 changes: 1 addition & 1 deletion .github/workflows/golangci-lint.yml
Original file line number Diff line number Diff line change
Expand Up @@ -50,5 +50,5 @@ jobs:
uses: golangci/golangci-lint-action@v6
with:
# Required: the version of golangci-lint is required and must be specified without patch version: we always use the latest patch version.
version: v1.58.1
version: v1.58.2
args: --timeout 3m0s
Loading