We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 6bf41cb commit 29d6ad6Copy full SHA for 29d6ad6
.github/workflows/lint.yaml
@@ -16,7 +16,7 @@ jobs:
16
- uses: actions/setup-go@v5
17
with: { go-version: stable }
18
19
- - uses: golangci/golangci-lint-action@v7
+ - uses: golangci/golangci-lint-action@v8
20
with:
21
version: latest
22
args: --timeout=5m
0 commit comments