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 bb42d59 + 4279a4f commit e031c59Copy full SHA for e031c59
.github/workflows/golangci-lint.yaml
@@ -37,7 +37,7 @@ jobs:
37
with:
38
go-version: ${{ env.GO_VERSION }}
39
- name: golangci-lint ${{ matrix.modules }}
40
- uses: golangci/golangci-lint-action@v8
+ uses: golangci/golangci-lint-action@v9
41
42
version: ${{ env.GOLANGCI_LINT_VERSION }}
43
working-directory: ${{ matrix.modules }}
.github/workflows/sonar.yaml
@@ -41,7 +41,7 @@ jobs:
# Re-run golangci separately without exiting on errors and generating a report for use in Sonar
- name: golangci-lint
44
45
46
47
args: --timeout=5m --issues-exit-code=0 --output.checkstyle.path=golangci-lint-report.xml
0 commit comments