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:
parent
a96db710b4
commit
f17710659b
|
|
@ -14,9 +14,9 @@ jobs:
|
||||||
- uses: actions/checkout@v4
|
- uses: actions/checkout@v4
|
||||||
- run: (cd ui && yarn)
|
- run: (cd ui && yarn)
|
||||||
- run: make build-js
|
- run: make build-js
|
||||||
- uses: golangci/golangci-lint-action@v7
|
- uses: golangci/golangci-lint-action@v8
|
||||||
with:
|
with:
|
||||||
version: v2.0.2
|
version: v2.2.1
|
||||||
args: --timeout=5m
|
args: --timeout=5m
|
||||||
skip-cache: true
|
skip-cache: true
|
||||||
- run: go mod download
|
- run: go mod download
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue