CI: bump up golangci-lint to v1.58.0

This also fixes the following warnings:

```
WARN [config_reader] The configuration option `run.skip-dirs` is deprecated, please use `issues.exclude-dirs`.
WARN [lintersdb] The name "vet" is deprecated. The linter has been renamed to: govet.
```

Signed-off-by: Kohei Tokunaga <ktokunaga.mail@gmail.com>
This commit is contained in:
Kohei Tokunaga
2024-05-08 12:09:30 +09:00
parent bfdc224861
commit 41dc94ee17
2 changed files with 6 additions and 5 deletions

View File

@@ -33,7 +33,7 @@ jobs:
- uses: ./.github/actions/install-go
- uses: golangci/golangci-lint-action@v5
with:
version: v1.56.1
version: v1.58.0
skip-cache: true
args: --timeout=8m