Skip to content

Commit

Permalink
Merge pull request containerd#6666 from kzys/gha-lint-upgrade
Browse files Browse the repository at this point in the history
Upgrade golangci-lint and its GitHub Action
  • Loading branch information
kzys authored Mar 11, 2022
2 parents e3519cd + 622a35a commit dc745fc
Showing 1 changed file with 2 additions and 3 deletions.
5 changes: 2 additions & 3 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -29,11 +29,10 @@ jobs:
go-version: ${{ matrix.go-version }}

- uses: actions/checkout@v2
- uses: golangci/golangci-lint-action@v2
- uses: golangci/golangci-lint-action@v3
with:
version: v1.42.0
version: v1.44.2
args: --timeout=5m
skip-go-installation: true

#
# Project checks
Expand Down

0 comments on commit dc745fc

Please sign in to comment.