We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 00883fc commit ec1d88dCopy full SHA for ec1d88d
.github/workflows/lint-sample.yml
@@ -43,7 +43,7 @@ jobs:
43
- name: Run linter
44
uses: golangci/golangci-lint-action@v8
45
with:
46
- version: v2.3.0
+ version: v2.5.0
47
working-directory: ${{ matrix.folder }}
48
- name: Run linter via makefile target
49
.github/workflows/lint.yml
@@ -26,7 +26,7 @@ jobs:
26
27
28
29
30
31
yamllint:
32
runs-on: ubuntu-latest
0 commit comments