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.
2 parents cded1fd + 9df9ba0 commit 59e8250Copy full SHA for 59e8250
.github/workflows/lint-sample.yml
@@ -41,7 +41,7 @@ jobs:
41
working-directory: ${{ matrix.folder }}
42
run: make lint-config
43
- name: Run linter
44
- uses: golangci/golangci-lint-action@v8
+ uses: golangci/golangci-lint-action@v9
45
with:
46
version: v2.5.0
47
.github/workflows/lint.yml
@@ -24,7 +24,7 @@ jobs:
24
- name: Check linter configuration
25
26
27
28
29
30
0 commit comments