Skip to content

Commit

Permalink
Bumps golangci-lint action.
Browse files Browse the repository at this point in the history
  • Loading branch information
armfazh committed Mar 9, 2024
1 parent fd7a97f commit 07f86ff
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/ci-actions.yml
Original file line number Diff line number Diff line change
Expand Up @@ -22,9 +22,9 @@ jobs:
- name: Checkout
uses: actions/checkout@v4
- name: Linting
uses: golangci/golangci-lint-action@v3
uses: golangci/golangci-lint-action@v4
with:
version: v1.56.1
version: v1.56.2
args: --config=./.etc/golangci.yml ./...
- name: Check shadowing
run: |
Expand Down

0 comments on commit 07f86ff

Please sign in to comment.