We need to set the working directory to allow golangci-lint to resolve go modules.
master
Víctor Zamanillo 2020-09-25 13:58:13 +02:00
parent ad6135b1d5
commit 13059c2177
1 changed files with 1 additions and 0 deletions

View File

@ -18,6 +18,7 @@ jobs:
# Required: the version of golangci-lint is required and must be specified without patch version: we always use the latest patch version.
version: v1.29
args: --timeout 5m
working-directory: v2/cmd/subfinder/
# Optional: working directory, useful for monorepos
# working-directory: somedir