Skip to content

Commit e031c59

Browse files
authored
Merge pull request #263 from bsv-blockchain/dependabot/github_actions/master/golangci/golangci-lint-action-9
chore(deps): bump golangci/golangci-lint-action from 8 to 9
2 parents bb42d59 + 4279a4f commit e031c59

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

.github/workflows/golangci-lint.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -37,7 +37,7 @@ jobs:
3737
with:
3838
go-version: ${{ env.GO_VERSION }}
3939
- name: golangci-lint ${{ matrix.modules }}
40-
uses: golangci/golangci-lint-action@v8
40+
uses: golangci/golangci-lint-action@v9
4141
with:
4242
version: ${{ env.GOLANGCI_LINT_VERSION }}
4343
working-directory: ${{ matrix.modules }}

.github/workflows/sonar.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -41,7 +41,7 @@ jobs:
4141

4242
# Re-run golangci separately without exiting on errors and generating a report for use in Sonar
4343
- name: golangci-lint
44-
uses: golangci/golangci-lint-action@v8
44+
uses: golangci/golangci-lint-action@v9
4545
with:
4646
version: ${{ env.GOLANGCI_LINT_VERSION }}
4747
args: --timeout=5m --issues-exit-code=0 --output.checkstyle.path=golangci-lint-report.xml

0 commit comments

Comments
 (0)