We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent baa2714 commit 5ad34d3Copy full SHA for 5ad34d3
.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@v8
44
with:
45
version: v1.64.8
46
only-new-issues: true
0 commit comments