From 94bd10d38f5700d165680135a403be3cf4a49dbf Mon Sep 17 00:00:00 2001
From: Wolfgang Welz <welzwo@gmail.com>
Date: Mon, 11 May 2020 14:46:00 +0200
Subject: [PATCH] Fix action-golangci-lint to v1.2 (#419)

There seems to be an issue with the very recent v1.3 update
---
 .github/workflows/reviewdog.yml | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/.github/workflows/reviewdog.yml b/.github/workflows/reviewdog.yml
index c5fdbe4b..71550615 100644
--- a/.github/workflows/reviewdog.yml
+++ b/.github/workflows/reviewdog.yml
@@ -13,7 +13,7 @@ jobs:
       uses: actions/checkout@v2
     
     - name: Run golangci-lint
-      uses: docker://reviewdog/action-golangci-lint:latest
+      uses: docker://reviewdog/action-golangci-lint:v1.2
       with:
         github_token: ${{ secrets.github_token }}
         golangci_lint_flags: "--timeout=10m"
-- 
GitLab