Skip to content

Commit 33ea554

Browse files
authored
Merge pull request #130 from Icinga/dependabot/github_actions/golangci/golangci-lint-action-8
build(deps): bump golangci/golangci-lint-action from 7 to 8
2 parents f8ff69a + 81589b7 commit 33ea554

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/go.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -22,7 +22,7 @@ jobs:
2222
cache: false
2323

2424
- name: Lint
25-
uses: golangci/golangci-lint-action@v7
25+
uses: golangci/golangci-lint-action@v8
2626
with:
2727
version: latest
2828
only-new-issues: true

0 commit comments

Comments
 (0)