Browse Source

try fixed version of golangci-lint

Thibault bui Koechlin 5 years ago
parent
commit
14c6ce1353
1 changed files with 2 additions and 2 deletions
  1. 2 2
      .github/workflows/golangci-lint.yml

+ 2 - 2
.github/workflows/golangci-lint.yml

@@ -21,8 +21,8 @@ jobs:
         with:
         with:
           # Required: the version of golangci-lint is required and must be specified without patch version: we always use the latest patch version.
           # 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
           version: v1.26
-
           # Optional: golangci-lint command line arguments.
           # 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