mirror of https://github.com/usememos/memos.git
chore: fix golangci version
This commit is contained in:
parent
76737b5542
commit
0430de8713
|
|
@ -28,7 +28,7 @@ jobs:
|
||||||
- name: golangci-lint
|
- name: golangci-lint
|
||||||
uses: golangci/golangci-lint-action@v7
|
uses: golangci/golangci-lint-action@v7
|
||||||
with:
|
with:
|
||||||
version: v1.64.5
|
version: v2.0.1
|
||||||
args: --verbose --timeout=3m
|
args: --verbose --timeout=3m
|
||||||
skip-cache: true
|
skip-cache: true
|
||||||
|
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue