From 622a35a4fa7c275ad45618c672d4e7d94ae87102 Mon Sep 17 00:00:00 2001 From: Kazuyoshi Kato Date: Fri, 11 Mar 2022 19:17:25 +0000 Subject: [PATCH] Upgrade golangci-lint and its GitHub Action The GitHub Action is unstable especially on Windows (see #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 --- .github/workflows/ci.yml | 5 ++--- 1 file changed, 2 insertions(+), 3 deletions(-) diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index 8e2b005e8..1888a5ef4 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -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