From 3602b3cb32d7f3449854bebfb4eb97d23ddae373 Mon Sep 17 00:00:00 2001 From: Vladimir Garvardt Date: Thu, 6 May 2021 11:14:36 +0200 Subject: [PATCH] Fixed golangci action version --- .github/workflows/testing.yml | 4 +--- 1 file changed, 1 insertion(+), 3 deletions(-) diff --git a/.github/workflows/testing.yml b/.github/workflows/testing.yml index 7e6f2e4..5de1fe0 100644 --- a/.github/workflows/testing.yml +++ b/.github/workflows/testing.yml @@ -14,9 +14,7 @@ jobs: - name: Check out code uses: actions/checkout@v2 - name: golangci-lint - uses: golangci/golangci-lint-action@v1 - with: - version: v1.27 + uses: golangci/golangci-lint-action@v2 test: name: Test