We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 61ee3e9 commit c5eed46Copy full SHA for c5eed46
.github/workflows/pr-extended-linting.yml
@@ -31,7 +31,7 @@ jobs:
31
- name: Generate test files
32
run: make test/generate
33
- name: Run golangci-lint
34
- uses: golangci/golangci-lint-action@v6.3.1
+ uses: golangci/golangci-lint-action@v6.5.2
35
with:
36
version: latest
37
args: --config=.github/.golangci.yml --timeout=30m
.github/workflows/pr-test-lint.yml
@@ -55,7 +55,7 @@ jobs:
55
run: make test/lint/proto
56
57
58
59
60
61
0 commit comments