Skip to content

Commit

Permalink
Update golangci-lint-action (#2694)
Browse files Browse the repository at this point in the history
  • Loading branch information
gmlewis authored Mar 6, 2023
1 parent 1520a3d commit 8b5397f
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/linter.yml
Original file line number Diff line number Diff line change
Expand Up @@ -26,8 +26,8 @@ jobs:
- uses: actions/checkout@v3

- name: golangci-lint ${{ matrix.working-directory }}
uses: golangci/golangci-lint-action@08e2f20817b15149a52b5b3ebe7de50aff2ba8c5 #v3.4.0
uses: golangci/golangci-lint-action@v3
with:
version: v1.50.1
version: latest
working-directory: ${{ matrix.working-directory}}
args: --verbose

0 comments on commit 8b5397f

Please sign in to comment.