Fixed CI
golangci does not find any issues because the working dir path is wrong and it only analizes main.gomaster
parent
bd59f6ca05
commit
dd1c7111ed
|
@ -16,9 +16,9 @@ jobs:
|
||||||
uses: golangci/golangci-lint-action@v1
|
uses: golangci/golangci-lint-action@v1
|
||||||
with:
|
with:
|
||||||
# Required: the version of golangci-lint is required and must be specified without patch version: we always use the latest patch version.
|
# 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
|
version: v1.31
|
||||||
args: --timeout 5m
|
args: --timeout 5m
|
||||||
working-directory: v2/cmd/subfinder/
|
working-directory: v2/
|
||||||
|
|
||||||
# Optional: working directory, useful for monorepos
|
# Optional: working directory, useful for monorepos
|
||||||
# working-directory: somedir
|
# working-directory: somedir
|
||||||
|
|
Loading…
Reference in New Issue