chore(deps): update golangci/golangci-lint-action action to v8 (#795)

* chore(deps): update golangci/golangci-lint-action action to v8

* Bump golangci-lint to v2.2.1

Signed-off-by: eternal-flame-AD <yume@yumechi.jp>

---------

Signed-off-by: eternal-flame-AD <yume@yumechi.jp>
Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
Co-authored-by: eternal-flame-AD <yume@yumechi.jp>
This commit is contained in:
renovate[bot] 2025-07-11 04:47:00 +00:00 committed by GitHub
parent a96db710b4
commit f17710659b
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194
1 changed files with 2 additions and 2 deletions

View File

@ -14,9 +14,9 @@ jobs:
- uses: actions/checkout@v4
- run: (cd ui && yarn)
- run: make build-js
- uses: golangci/golangci-lint-action@v7
- uses: golangci/golangci-lint-action@v8
with:
version: v2.0.2
version: v2.2.1
args: --timeout=5m
skip-cache: true
- run: go mod download