Skip to content

Commit 0a07577

Browse files
committed
Update golangci-lint-action to v6
1 parent cf02cd0 commit 0a07577

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

.github/workflows/check.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -42,7 +42,7 @@ jobs:
4242
- name: Setup
4343
uses: ./.github/actions/setup
4444
- name: Lint
45-
uses: golangci/golangci-lint-action@v3
45+
uses: golangci/golangci-lint-action@v6
4646
with:
4747
version: v1.49
4848
args: --timeout 30m

.github/workflows/format.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -30,7 +30,7 @@ jobs:
3030
- name: Setup
3131
uses: ./.github/actions/setup
3232
- name: Format
33-
uses: golangci/golangci-lint-action@v3
33+
uses: golangci/golangci-lint-action@v6
3434
with:
3535
version: v1.49
3636
args: --fix --timeout 30m

0 commit comments

Comments
 (0)