Skip to content

Commit

Permalink
.github: Use tree /vendor for golangci-lint
Browse files Browse the repository at this point in the history
Suggested-by: Casey Callendrello <[email protected]>
Signed-off-by: Joe Stringer <[email protected]>
  • Loading branch information
joestringer committed May 1, 2023
1 parent 1f4e8ff commit 9f2b72c
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/lint-go.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -52,7 +52,7 @@ jobs:
# renovate: datasource=docker depName=golangci/golangci-lint
version: v1.52.2
skip-cache: true
args: "--out-${NO_FUTURE}format colored-line-number --verbose"
args: "--out-${NO_FUTURE}format colored-line-number --verbose --modules-download-mode=vendor"

precheck:
runs-on: ubuntu-latest
Expand Down

0 comments on commit 9f2b72c

Please sign in to comment.