From 14c6ce1353f78df3c81b7346fee89e7cdb2a56fd Mon Sep 17 00:00:00 2001 From: Thibault bui Koechlin Date: Fri, 22 May 2020 09:50:15 +0200 Subject: [PATCH] try fixed version of golangci-lint --- .github/workflows/golangci-lint.yml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/workflows/golangci-lint.yml b/.github/workflows/golangci-lint.yml index d5fcb9ef5..bb15016c3 100644 --- a/.github/workflows/golangci-lint.yml +++ b/.github/workflows/golangci-lint.yml @@ -21,8 +21,8 @@ jobs: 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.26 - # Optional: golangci-lint command line arguments. - args: -v --new-from-rev=remotes/origin/master + #args: -v --new-from-rev=remotes/origin/master + only-new-issues: true