We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 8038e70 commit badb58dCopy full SHA for badb58d
.github/workflows/lint.yml
@@ -11,7 +11,7 @@ jobs:
11
runs-on: ubuntu-latest
12
steps:
13
- uses: actions/checkout@v4
14
- - uses: golangci/golangci-lint-action@v4
+ - uses: golangci/golangci-lint-action@v6
15
with:
16
version: latest
17
args: --timeout 5m
0 commit comments