We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent d8917ae commit 7d06149Copy full SHA for 7d06149
.github/workflows/lint.yml
@@ -29,7 +29,7 @@ jobs:
29
uses: actions/checkout@v4
30
31
- name: Lint
32
- uses: golangci/golangci-lint-action@v6.5.2
+ uses: golangci/golangci-lint-action@v7.0.0
33
with:
34
version: latest
35
args: --timeout=5m
0 commit comments