Skip to content

Commit 95d2173

Browse files
authoredApr 26, 2024··
chore(deps): update golangci/golangci-lint-action action to v5 (#642)
Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
1 parent e383fb2 commit 95d2173

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed
 

‎.github/workflows/pull_request.yaml

+1-1
Original file line numberDiff line numberDiff line change
@@ -44,7 +44,7 @@ jobs:
4444
make install
4545
4646
- name: Run golangci-lint
47-
uses: golangci/golangci-lint-action@v4
47+
uses: golangci/golangci-lint-action@v5
4848
with:
4949
version: latest
5050
only-new-issues: false

‎.github/workflows/push.yaml

+1-1
Original file line numberDiff line numberDiff line change
@@ -44,7 +44,7 @@ jobs:
4444
make install
4545
4646
- name: Run golangci-lint
47-
uses: golangci/golangci-lint-action@v4
47+
uses: golangci/golangci-lint-action@v5
4848
with:
4949
version: latest
5050
only-new-issues: false

0 commit comments

Comments
 (0)
Please sign in to comment.