Skip to content

Commit c3f64a6

Browse files
committed
ci: update golangci-lint GitHub Action to v8
- Update golangci-lint GitHub Action from v7 to v8 Signed-off-by: appleboy <[email protected]>
1 parent c498d36 commit c3f64a6

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/testing.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,7 @@ jobs:
1515
- name: Checkout repository
1616
uses: actions/checkout@v4
1717
- name: Setup golangci-lint
18-
uses: golangci/golangci-lint-action@v7
18+
uses: golangci/golangci-lint-action@v8
1919
with:
2020
version: v2.0
2121
args: --verbose

0 commit comments

Comments
 (0)