Skip to content

Commit 71a7eee

Browse files
chore(deps): update golangci/golangci-lint-action action to v7
1 parent a080bee commit 71a7eee

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/ci.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -224,7 +224,7 @@ jobs:
224224
# with:
225225
# auditOn: push
226226
- name: golangci-lint
227-
uses: golangci/golangci-lint-action@v6
227+
uses: golangci/golangci-lint-action@v7
228228
continue-on-error: ${{ github.event_name != 'pull_request' }}
229229
with:
230230
only-new-issues: true

0 commit comments

Comments
 (0)