mirror of
https://gitee.com/johng/gf
synced 2026-06-06 02:25:47 +08:00
database/gdb: fix deadlock when orm operations perform in cache function from gcache (#3585)
This commit is contained in:
4
.github/workflows/golangci-lint.yml
vendored
4
.github/workflows/golangci-lint.yml
vendored
@ -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
|
||||
|
||||
Reference in New Issue
Block a user