Skip to content

Commit a5b5beb

Browse files
chore(deps): update golangci/golangci-lint-action action to v9
1 parent 1f548f5 commit a5b5beb

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/push_pr.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -109,7 +109,7 @@ jobs:
109109
# with:
110110
# auditOn: push
111111
- name: golangci-lint
112-
uses: golangci/golangci-lint-action@v8
112+
uses: golangci/golangci-lint-action@v9
113113
continue-on-error: ${{ github.event_name != 'pull_request' }}
114114
with:
115115
only-new-issues: true

0 commit comments

Comments
 (0)