mirror of
https://github.com/usememos/memos.git
synced 2025-01-27 15:42:16 +08:00
chore: update golangci-lint version
This commit is contained in:
parent
cc809a5c06
commit
b22d236b19
1 changed files with 2 additions and 2 deletions
4
.github/workflows/backend-tests.yml
vendored
4
.github/workflows/backend-tests.yml
vendored
|
@ -25,8 +25,8 @@ jobs:
|
|||
- name: golangci-lint
|
||||
uses: golangci/golangci-lint-action@v3
|
||||
with:
|
||||
version: v1.52.0
|
||||
args: -v --timeout=3m
|
||||
version: v1.54.1
|
||||
args: --verbose --timeout=3m
|
||||
skip-cache: true
|
||||
|
||||
go-tests:
|
||||
|
|
Loading…
Reference in a new issue