We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 54ba264 commit fc8fecfCopy full SHA for fc8fecf
.github/workflows/golangci-lint.yml
@@ -23,7 +23,7 @@ jobs:
23
- name: Run golangci-lint
24
uses: golangci/golangci-lint-action@537aa1903e5d359d0b27dbc19ddd22c5087f3fbc # version v3.2.0
25
with:
26
- version: v1.52.2 # this is the golangci-lint version
+ version: v2.1.6 # this is the golangci-lint version
27
args: --issues-exit-code=0 # exit without errors for now - won't fail the build
28
github-token: ${{ secrets.GITHUB_TOKEN }}
29
only-new-issues: true
0 commit comments