Skip to content

Commit

Permalink
bump lint versions
Browse files Browse the repository at this point in the history
Signed-off-by: Marcos Lorenzo <[email protected]>
  • Loading branch information
ml0renz0 committed Apr 11, 2024
1 parent 8b87f07 commit 04d462f
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/lint.yml
Original file line number Diff line number Diff line change
Expand Up @@ -11,9 +11,9 @@ jobs:
name: lint
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v2
- uses: actions/checkout@v4
- name: golangci-lint
uses: golangci/golangci-lint-action@v2
uses: golangci/golangci-lint-action@v4
with:
# Required: the version of golangci-lint is required and must be specified without patch version: we always use the latest patch version.
version: v1.57.2
Expand Down

0 comments on commit 04d462f

Please sign in to comment.