fix: CI is unstable due to new linting rules (#1292)
This commit is contained in:
parent
3364f95569
commit
3387fd72ee
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…
Reference in a new issue