[#1910] .github: Update golangci-lint version
Signed-off-by: Evgenii Stratonikov <evgeniy@morphbits.ru>
This commit is contained in:
parent
0d65888005
commit
13e818e2ca
1 changed files with 1 additions and 1 deletions
2
.github/workflows/go.yml
vendored
2
.github/workflows/go.yml
vendored
|
@ -53,6 +53,6 @@ jobs:
|
||||||
- name: golangci-lint
|
- name: golangci-lint
|
||||||
uses: golangci/golangci-lint-action@v3
|
uses: golangci/golangci-lint-action@v3
|
||||||
with:
|
with:
|
||||||
version: v1.48.0
|
version: v1.50.0
|
||||||
args: --timeout=5m
|
args: --timeout=5m
|
||||||
only-new-issues: true
|
only-new-issues: true
|
||||||
|
|
Loading…
Reference in a new issue