Skip to content

Commit 77e0020

Browse files
Merge pull request #180 from gonvenience/dependabot/github_actions/golangci/golangci-lint-action-9
Bump golangci/golangci-lint-action from 8 to 9
2 parents bdbd301 + 6368d9b commit 77e0020

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@v5
2626

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

0 commit comments

Comments
 (0)