Skip to content

Commit 2d47d95

Browse files
authored
Merge pull request #14 from Icinga/Use-golangci/golangci-lint-action@v6
Use `golangci/golangci-lint-action@v6`
2 parents 2b01345 + ce6c45c commit 2d47d95

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
@@ -18,7 +18,7 @@ jobs:
1818
cache: false
1919

2020
- name: Lint
21-
uses: golangci/golangci-lint-action@v3
21+
uses: golangci/golangci-lint-action@v6
2222
with:
2323
version: latest
2424
only-new-issues: true

0 commit comments

Comments
 (0)