Skip to content

Commit 5aa6362

Browse files
committed
Fix lint: use golangci-lint-action v7
1 parent 9d0205d commit 5aa6362

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

.github/workflows/ci.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -22,7 +22,7 @@ jobs:
2222
- uses: actions/setup-go@v5
2323
with:
2424
go-version: '1.26'
25-
- uses: golangci/golangci-lint-action@v6
25+
- uses: golangci/golangci-lint-action@v7
2626
with:
2727
version: v2.11.3
2828

0 commit comments

Comments
 (0)