Merge pull request #9407 from ktock/golangci-lint-1.55.2

Bump up golangci-lint to v1.55.2 and tiny fix on .golangci.yml
This commit is contained in:
Akihiro Suda 2023-11-22 04:12:03 +00:00 committed by GitHub
commit ab63218858
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
2 changed files with 1 additions and 3 deletions

View File

@ -39,7 +39,7 @@ jobs:
- uses: actions/checkout@v3 - uses: actions/checkout@v3
- uses: golangci/golangci-lint-action@v3 - uses: golangci/golangci-lint-action@v3
with: with:
version: v1.55.0 version: v1.55.2
skip-cache: true skip-cache: true
args: --timeout=8m args: --timeout=8m

View File

@ -81,9 +81,7 @@ run:
skip-dirs: skip-dirs:
- api - api
- cluster - cluster
- design
- docs - docs
- docs/man - docs/man
- releases - releases
- reports
- test # e2e scripts - test # e2e scripts