Skip to content

Commit 64aef1a

Browse files
authored
Merge pull request #2110 from roadrunner-server/dependabot/github_actions/golangci/golangci-lint-action-6.2.0
chore(deps): bump golangci/golangci-lint-action from 6.1.1 to 6.2.0
2 parents 69f3cd4 + 9c07006 commit 64aef1a

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/tests.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -21,7 +21,7 @@ jobs:
2121
go-version: stable
2222

2323
- name: Run linter
24-
uses: golangci/golangci-lint-action@v6.1.1
24+
uses: golangci/golangci-lint-action@v6.2.0
2525
with:
2626
version: v1.62 # without patch version
2727
only-new-issues: false # show only new issues if it's a pull request

0 commit comments

Comments
 (0)