Skip to content

Commit 239a717

Browse files
authored
Merge pull request #1984 from roadrunner-server/dependabot/github_actions/golangci/golangci-lint-action-6.1.0
chore(deps): bump golangci/golangci-lint-action from 6.0.1 to 6.1.0
2 parents e7e9aa0 + 4f77c11 commit 239a717

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/tests.yml

+1-1
Original file line numberDiff line numberDiff line change
@@ -39,7 +39,7 @@ jobs:
3939
go-version: stable
4040

4141
- name: Run linter
42-
uses: golangci/golangci-lint-action@v6.0.1
42+
uses: golangci/golangci-lint-action@v6.1.0
4343
with:
4444
version: v1.58 # without patch version
4545
only-new-issues: false # show only new issues if it's a pull request

0 commit comments

Comments
 (0)