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

This commit is contained in:
John Guo
2024-05-22 21:14:43 +08:00
committed by GitHub
parent 2e471662f4
commit 23df83cb0b
20 changed files with 418 additions and 357 deletions

View File

@ -47,8 +47,8 @@ jobs:
with:
go-version: ${{ matrix.go-version }}
- name: golangci-lint
uses: golangci/golangci-lint-action@v4
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.56.2
version: v1.58.2
args: --timeout 3m0s