We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent cf02cd0 commit 0a07577Copy full SHA for 0a07577
.github/workflows/check.yml
@@ -42,7 +42,7 @@ jobs:
42
- name: Setup
43
uses: ./.github/actions/setup
44
- name: Lint
45
- uses: golangci/golangci-lint-action@v3
+ uses: golangci/golangci-lint-action@v6
46
with:
47
version: v1.49
48
args: --timeout 30m
.github/workflows/format.yml
@@ -30,7 +30,7 @@ jobs:
30
31
32
- name: Format
33
34
35
36
args: --fix --timeout 30m
0 commit comments