We have a few dependencies in tools.go (with the build constraint // +build tools) that are not included in the final binary, but they seem to get pulled in the analysis. Is there a way to exclude them?
By the way we're using the new action, but I think this is the right repo for this question. Let me know if it makes more sense to open an issue there.
Thanks,
Luca
We have a few dependencies in
tools.go(with the build constraint// +build tools) that are not included in the final binary, but they seem to get pulled in the analysis. Is there a way to exclude them?By the way we're using the new action, but I think this is the right repo for this question. Let me know if it makes more sense to open an issue there.
Thanks,
Luca