Skip to content

Commit

Permalink
ci: make lint target release/v1.5 branch (#2888)
Browse files Browse the repository at this point in the history
  • Loading branch information
QxBytes authored Jul 29, 2024
1 parent d144c3c commit 79be5ba
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/golangci.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -30,4 +30,4 @@ jobs:
uses: golangci/golangci-lint-action@v5
with:
version: v1.55
args: --new-from-rev=origin/master --config=.golangci.yml --timeout=25m
args: --new-from-rev=origin/release/v1.5 --config=.golangci.yml --timeout=25m

0 comments on commit 79be5ba

Please sign in to comment.