We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 54ba264 commit bb2f740Copy full SHA for bb2f740
1 file changed
.github/workflows/golangci-lint.yml
@@ -21,9 +21,9 @@ jobs:
21
- name: Setup GO
22
uses: actions/setup-go@268d8c0ca0432bb2cf416faae41297df9d262d7f # version v3.3.0
23
- name: Run golangci-lint
24
- uses: golangci/golangci-lint-action@537aa1903e5d359d0b27dbc19ddd22c5087f3fbc # version v3.2.0
+ uses: golangci/golangci-lint-action
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