Skip to content

Commit

Permalink
Upgrade golangci-lint and its GitHub Action
Browse files Browse the repository at this point in the history
The GitHub Action is unstable especially on Windows (see containerd#6618).
This change may not address the issue itself, but using the latest
version makes reporting the upstream the issue easier.

Signed-off-by: Kazuyoshi Kato <[email protected]>
(cherry picked from commit 622a35a)
Signed-off-by: Derek McGowan <[email protected]>
  • Loading branch information
kzys authored and dmcgowan committed Mar 23, 2022
1 parent 37fcd4d commit ff4110f
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -38,12 +38,11 @@ jobs:
echo "GOPATH=${{ github.workspace }}" >> $GITHUB_ENV
echo "${{ github.workspace }}/bin" >> $GITHUB_PATH
- uses: golangci/golangci-lint-action@v2
- uses: golangci/golangci-lint-action@v3
with:
version: v1.42.0
working-directory: src/github.com/containerd/containerd
args: --timeout=5m
skip-go-installation: true

#
# Project checks
Expand Down

0 comments on commit ff4110f

Please sign in to comment.