Skip to content

Commit c7adff4

Browse files
authored
Merge pull request #286 from arnested/dependabot/github_actions/golangci/golangci-lint-action-9
Bump golangci/golangci-lint-action from 8 to 9
2 parents 043d653 + 4ad1136 commit c7adff4

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
@@ -10,7 +10,7 @@ jobs:
1010
steps:
1111
- uses: actions/checkout@v5
1212
- name: golangci-lint
13-
uses: golangci/golangci-lint-action@v8
13+
uses: golangci/golangci-lint-action@v9
1414
with:
1515
version: latest
1616
only-new-issues: true

0 commit comments

Comments
 (0)