Skip to content

Commit 2bb8780

Browse files
Merge pull request #102 from Icinga/dependabot/github_actions/golangci/golangci-lint-action-8
Bump golangci/golangci-lint-action from 7 to 8
2 parents 41d0f70 + 6bebe6f commit 2bb8780

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.github/workflows/golangci-lint.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -15,9 +15,9 @@ jobs:
1515
- uses: actions/checkout@v4
1616

1717
- name: golangci-lint
18-
uses: golangci/golangci-lint-action@v7
18+
uses: golangci/golangci-lint-action@v8
1919
with:
20-
version: v2.0.2
20+
version: v2.1.6
2121

2222
- name: Go mod tidy
2323
run: |

0 commit comments

Comments
 (0)