Skip to content

Commit

Permalink
Bumps golangci-lint action (#485)
Browse files Browse the repository at this point in the history
Bumps golangci-lint action.
  • Loading branch information
armfazh committed Mar 10, 2024
1 parent dc430ec commit bba8f1a
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/ci-actions.yml
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 bba8f1a

Please sign in to comment.