From 791df8009ca60e0ef7454f2595c0891cc347d317 Mon Sep 17 00:00:00 2001 From: Ben Reedy Date: Wed, 6 Apr 2022 21:10:03 +1000 Subject: [PATCH] Update golangci-lint CI action to latest version Signed-off-by: Ben Reedy --- .github/workflows/ci.yml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index 895e4258..23813402 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -85,9 +85,9 @@ jobs: go-version: '^1.17.5' - name: golangci-lint - uses: golangci/golangci-lint-action@v2 + uses: golangci/golangci-lint-action@v3 with: - version: v1.43 + version: v1.45.2 args: "--timeout=5m" # golangci-lint action doesn't always provide helpful output, so re-run without the action for