Skip to content

Commit a7ac6be

Browse files
authored
Merge pull request #105 from roadrunner-server/dependabot/github_actions/golangci/golangci-lint-action-6.3.0
build(deps): bump golangci/golangci-lint-action from 6.2.0 to 6.3.0
2 parents 3dca5c5 + 0f49a1e commit a7ac6be

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@v6.2.0 # Action page: <https://github.com/golangci/golangci-lint-action>
19+
uses: golangci/golangci-lint-action@v6.3.0 # Action page: <https://github.com/golangci/golangci-lint-action>
2020
with:
2121
version: v1.61 # without patch version
2222
only-new-issues: false # show only new issues if it's a pull request

0 commit comments

Comments
 (0)