We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 06c0575 commit e5ec067Copy full SHA for e5ec067
.github/workflows/lint-sample.yml
@@ -36,7 +36,7 @@ jobs:
36
working-directory: ${{ matrix.folder }}
37
run: make lint-config
38
- name: Run linter
39
- uses: golangci/golangci-lint-action@v6
+ uses: golangci/golangci-lint-action@v7
40
with:
41
version: v1.63.4
42
.github/workflows/lint.yml
@@ -24,7 +24,7 @@ jobs:
24
- name: Check linter configuration
25
26
27
28
29
30
0 commit comments