Skip to content

Commit fc8fecf

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

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/golangci-lint.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -23,7 +23,7 @@ jobs:
2323
- name: Run golangci-lint
2424
uses: golangci/golangci-lint-action@537aa1903e5d359d0b27dbc19ddd22c5087f3fbc # version v3.2.0
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)