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 7a9a354 commit 41c16a3Copy full SHA for 41c16a3
.github/workflows/lint-soft.yml
@@ -17,7 +17,7 @@ jobs:
17
18
- uses: actions/checkout@v4
19
- name: golangci-lint
20
- uses: golangci/golangci-lint-action@v4
+ uses: golangci/golangci-lint-action@v6
21
with:
22
args: --config .golangci-soft.yml --issues-exit-code=0
23
only-new-issues: true
.github/workflows/lint.yml
0 commit comments