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