Skip to content

Commit a2f854d

Browse files
authored
Merge pull request #166 from roadrunner-server/dependabot/github_actions/golangci/golangci-lint-action-9
chore(deps): bump golangci/golangci-lint-action from 8 to 9
2 parents 25bf103 + 38b7a63 commit a2f854d

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
@@ -16,7 +16,7 @@ jobs:
1616
go-version: stable
1717

1818
- name: Run linter
19-
uses: golangci/golangci-lint-action@v8 # Action page: <https://github.com/golangci/golangci-lint-action>
19+
uses: golangci/golangci-lint-action@v9 # Action page: <https://github.com/golangci/golangci-lint-action>
2020
with:
2121
only-new-issues: false # show only new issues if it's a pull request
2222
args: --timeout=10m --build-tags=race ./...

0 commit comments

Comments
 (0)