mirror of
https://code.forgejo.org/forgejo/runner.git
synced 2025-09-15 18:57:01 +00:00
fix: CI is unstable due to new linting rules (#1292)
This commit is contained in:
parent
78c4be4dc0
commit
5247542d48
1 changed files with 1 additions and 1 deletions
2
.github/workflows/checks.yml
vendored
2
.github/workflows/checks.yml
vendored
|
@ -21,7 +21,7 @@ jobs:
|
||||||
check-latest: true
|
check-latest: true
|
||||||
- uses: golangci/golangci-lint-action@v3.2.0
|
- uses: golangci/golangci-lint-action@v3.2.0
|
||||||
with:
|
with:
|
||||||
version: latest
|
version: v1.47.2
|
||||||
- uses: megalinter/megalinter/flavors/go@v5
|
- uses: megalinter/megalinter/flavors/go@v5
|
||||||
env:
|
env:
|
||||||
DEFAULT_BRANCH: master
|
DEFAULT_BRANCH: master
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue