Skip to content

Commit bb2f740

Browse files
committed
Try bumping linter version
1 parent 54ba264 commit bb2f740

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

.github/workflows/golangci-lint.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -21,9 +21,9 @@ jobs:
2121
- name: Setup GO
2222
uses: actions/setup-go@268d8c0ca0432bb2cf416faae41297df9d262d7f # version v3.3.0
2323
- name: Run golangci-lint
24-
uses: golangci/golangci-lint-action@537aa1903e5d359d0b27dbc19ddd22c5087f3fbc # version v3.2.0
24+
uses: golangci/golangci-lint-action
2525
with:
26-
version: v1.52.2 # this is the golangci-lint version
26+
version: v2.1.6 # this is the golangci-lint version
2727
args: --issues-exit-code=0 # exit without errors for now - won't fail the build
2828
github-token: ${{ secrets.GITHUB_TOKEN }}
2929
only-new-issues: true

0 commit comments

Comments
 (0)