Skip to content

Commit 5cd52b1

Browse files
authoredMay 15, 2024
chore(deps): update golangci/golangci-lint-action action to v6
1 parent c76234d commit 5cd52b1

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
@@ -59,7 +59,7 @@ jobs:
5959
make install
6060
6161
- name: Run golangci-lint
62-
uses: golangci/golangci-lint-action@v5
62+
uses: golangci/golangci-lint-action@v6
6363
with:
6464
version: latest
6565
only-new-issues: false

‎.github/workflows/push.yaml

+1-1
Original file line numberDiff line numberDiff line change
@@ -53,7 +53,7 @@ jobs:
5353
make install
5454
5555
- name: Run golangci-lint
56-
uses: golangci/golangci-lint-action@v5
56+
uses: golangci/golangci-lint-action@v6
5757
with:
5858
version: latest
5959
only-new-issues: false

0 commit comments

Comments
 (0)