From bdea7bdc05f9bac38237aaaa303b6e614f23ea59 Mon Sep 17 00:00:00 2001 From: Oleg Atamanenko Date: Mon, 16 Nov 2020 15:00:40 -0800 Subject: [PATCH] Bump Golang CI action to fix failed CI run Signed-off-by: Oleg Atamanenko --- .github/workflows/ci.yaml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/ci.yaml b/.github/workflows/ci.yaml index 1303bd9a..620e29ff 100644 --- a/.github/workflows/ci.yaml +++ b/.github/workflows/ci.yaml @@ -21,7 +21,7 @@ jobs: uses: actions/checkout@v2 - name: Golangci-lint - uses: golangci/golangci-lint-action@v1 + uses: golangci/golangci-lint-action@v2 with: # Required: the version of golangci-lint is required and must be specified without patch version: we always use the latest patch version. version: v1.32