We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 23d54d4 commit 8258db6Copy full SHA for 8258db6
.github/workflows/lint.yml
@@ -15,7 +15,7 @@ jobs:
15
stable: false
16
- uses: actions/checkout@v4
17
- name: golangci-lint
18
- uses: golangci/golangci-lint-action@v6
+ uses: golangci/golangci-lint-action@v7
19
with:
20
args: --timeout 120s --max-same-issues 50
21
0 commit comments