We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 510efe5 commit 7a82eefCopy full SHA for 7a82eef
1 file changed
.github/workflows/lint.yml
@@ -23,7 +23,7 @@ jobs:
23
- name: golangci-lint
24
uses: golangci/golangci-lint-action@v7
25
with:
26
- version: v2.6.2
+ version: v2.10.1
27
# On PRs, only check new issues introduced by the PR
28
only-new-issues: ${{ github.event_name == 'pull_request' }}
29
args: --timeout=30m
0 commit comments