Skip to content

Commit

Permalink
Update golangci-lint-action to v6
Browse files Browse the repository at this point in the history
  • Loading branch information
razor-x committed Oct 23, 2024
1 parent cf02cd0 commit 0a07577
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/check.yml
Original file line number Diff line number Diff line change
Expand Up @@ -42,7 +42,7 @@ jobs:
- name: Setup
uses: ./.github/actions/setup
- name: Lint
uses: golangci/golangci-lint-action@v3
uses: golangci/golangci-lint-action@v6
with:
version: v1.49
args: --timeout 30m
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/format.yml
Original file line number Diff line number Diff line change
Expand Up @@ -30,7 +30,7 @@ jobs:
- name: Setup
uses: ./.github/actions/setup
- name: Format
uses: golangci/golangci-lint-action@v3
uses: golangci/golangci-lint-action@v6
with:
version: v1.49
args: --fix --timeout 30m
Expand Down

0 comments on commit 0a07577

Please sign in to comment.