We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent d09bc1e commit 52ba188Copy full SHA for 52ba188
.github/workflows/go.yml
@@ -40,7 +40,7 @@ jobs:
40
- name: Check for diff
41
run: tools/bin/mage git:diff
42
- name: Lint code
43
- uses: golangci/golangci-lint-action@v6
+ uses: golangci/golangci-lint-action@v7
44
with:
45
version: v1.62.2
46
only-new-issues: true
0 commit comments