Skip to content

Commit

Permalink
fix: change to new-from-rev master in lint action
Browse files Browse the repository at this point in the history
Signed-off-by: GitHub <noreply@github.com>
  • Loading branch information
rbtr authored Dec 19, 2023
1 parent 545d134 commit 877a39a
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions .github/workflows/golangci.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -27,5 +27,4 @@ jobs:
uses: golangci/golangci-lint-action@v3
with:
version: v1.55.2
args: --timeout=25m
only-new-issues: true
args: --timeout=25m --new-from-rev master

0 comments on commit 877a39a

Please sign in to comment.