Skip to content

Commit 06985e7

Browse files
Kazuyoshi Katoestesp
authored andcommitted
Upgrade golangci-lint and its GitHub Action
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)
1 parent d125167 commit 06985e7

1 file changed

Lines changed: 2 additions & 3 deletions

File tree

.github/workflows/ci.yml

Lines changed: 2 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -29,11 +29,10 @@ jobs:
2929
go-version: ${{ matrix.go-version }}
3030

3131
- uses: actions/checkout@v2
32-
- uses: golangci/golangci-lint-action@v2
32+
- uses: golangci/golangci-lint-action@v3
3333
with:
34-
version: v1.42.0
34+
version: v1.44.2
3535
args: --timeout=5m
36-
skip-go-installation: true
3736

3837
#
3938
# Project checks

0 commit comments

Comments
 (0)