Skip to content

Commit

Permalink
bump golangci-lint version to 1.53.x
Browse files Browse the repository at this point in the history
Signed-off-by: cpanato <ctadeu@gmail.com>
  • Loading branch information
cpanato committed Jun 5, 2023
1 parent 21b25f3 commit 079bd1a
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion .github/workflows/verify.yml
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,8 @@ name: verify

on:
push:
branches:
- main
pull_request:

permissions: read-all
Expand Down Expand Up @@ -45,5 +47,5 @@ jobs:
uses: golangci/golangci-lint-action@5f1fec7010f6ae3b84ea4f7b2129beb8639b564f # v3.5.0
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.51
version: v1.53
args: --timeout=5m

0 comments on commit 079bd1a

Please sign in to comment.