Skip to content

Commit c5fa1fe

Browse files
chore(deps): update golangci/golangci-lint-action action to v9
1 parent 0c50170 commit c5fa1fe

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
@@ -27,7 +27,7 @@ jobs:
2727
with:
2828
golangci-lint-config: golangci-lint-limited
2929
- name: golangci-lint
30-
uses: golangci/golangci-lint-action@v8
30+
uses: golangci/golangci-lint-action@v9
3131
continue-on-error: ${{ github.event_name != 'pull_request' }}
3232
with:
3333
only-new-issues: true

0 commit comments

Comments
 (0)