Skip to content

Commit 0e7ed42

Browse files
Merge pull request #214 from gonvenience/dependabot/github_actions/golangci/golangci-lint-action-8
Bump golangci/golangci-lint-action from 7 to 8
2 parents 47b7944 + 65a84b4 commit 0e7ed42

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/golangci-lint.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -25,6 +25,6 @@ jobs:
2525
uses: actions/checkout@v4
2626

2727
- name: golangci-lint
28-
uses: golangci/golangci-lint-action@v7
28+
uses: golangci/golangci-lint-action@v8
2929
with:
3030
only-new-issues: true

0 commit comments

Comments
 (0)