Skip to content

Commit

Permalink
chore: update golangci-lint version in GitHub actions workflow (#822)
Browse files Browse the repository at this point in the history
- Update golangci-lint version from v1.51.1 to v1.54.1 in the `.github/workflows/lint.yml` file.

Signed-off-by: Andreas Fritzler <[email protected]>
  • Loading branch information
afritzler authored Aug 15, 2023
1 parent 702b9aa commit 2e7991f
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/lint.yml
Original file line number Diff line number Diff line change
Expand Up @@ -17,4 +17,4 @@ jobs:
- name: golangci-lint
uses: golangci/golangci-lint-action@v3
with:
version: v1.51.1
version: v1.54.1

0 comments on commit 2e7991f

Please sign in to comment.