Skip to content

Commit 35cacb7

Browse files
committed
Bump to golangci-lint-action v7
To support v2 Signed-off-by: Yury Tsarev <[email protected]>
1 parent be44301 commit 35cacb7

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/ci.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -52,7 +52,7 @@ jobs:
5252
run: go mod tidy && git diff --exit-code go.mod go.sum
5353

5454
- name: Lint
55-
uses: golangci/golangci-lint-action@v6
55+
uses: golangci/golangci-lint-action@v7
5656
with:
5757
version: ${{ env.GOLANGCI_VERSION }}
5858

0 commit comments

Comments
 (0)