Skip to content

Commit

Permalink
update golangci-lint GitHub action version
Browse files Browse the repository at this point in the history
Signed-off-by: Guillaume Lours <[email protected]>
  • Loading branch information
glours committed Aug 5, 2022
1 parent 2fe6e4b commit b79b293
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -33,8 +33,9 @@ jobs:
- name: Run golangci-lint
env:
BUILD_TAGS: e2e
uses: golangci/golangci-lint-action@v2
uses: golangci/golangci-lint-action@v3
with:
version: v1.47.3
args: --timeout=180s

# only on main branch, costs too much for the gain on every PR
Expand Down

0 comments on commit b79b293

Please sign in to comment.