forked from TrueCloudLab/frostfs-node
[#1684] .github: Update golangci-lint version
Signed-off-by: Evgenii Stratonikov <evgeniy@morphbits.ru>
This commit is contained in:
parent
f8b106ac85
commit
89cba2cc7b
1 changed files with 7 additions and 6 deletions
13
.github/workflows/go.yml
vendored
13
.github/workflows/go.yml
vendored
|
@ -46,12 +46,13 @@ jobs:
|
|||
lint:
|
||||
runs-on: ubuntu-20.04
|
||||
steps:
|
||||
- name: Check out code
|
||||
uses: actions/checkout@v2
|
||||
|
||||
- name: golangci-lint
|
||||
uses: golangci/golangci-lint-action@v2
|
||||
- uses: actions/setup-go@v3
|
||||
with:
|
||||
version: v1.45.2
|
||||
go-version: 1.19
|
||||
- uses: actions/checkout@v3
|
||||
- name: golangci-lint
|
||||
uses: golangci/golangci-lint-action@v3
|
||||
with:
|
||||
version: v1.48.0
|
||||
args: --timeout=5m
|
||||
only-new-issues: true
|
||||
|
|
Loading…
Reference in a new issue