We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent a1d97b3 commit 80c7e5cCopy full SHA for 80c7e5c
.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@v7
+ uses: golangci/golangci-lint-action@v8
19
with:
20
args: --timeout 120s --max-same-issues 50
21
0 commit comments