Skip to content

Commit c0338fa

Browse files
authored
Merge pull request #203 from roadrunner-server/dependabot/github_actions/golangci/golangci-lint-action-9
2 parents 6e1dba4 + b8013a1 commit c0338fa

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/linters.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -28,6 +28,6 @@ jobs:
2828
go-version: 'stable'
2929

3030
- name: Run linter
31-
uses: golangci/golangci-lint-action@v8 # Action page: <https://github.com/golangci/golangci-lint-action>
31+
uses: golangci/golangci-lint-action@v9 # Action page: <https://github.com/golangci/golangci-lint-action>
3232
with:
3333
only-new-issues: false # show only new issues if it's a pull request

0 commit comments

Comments
 (0)