<#18042 `go` binary is required to run any command...
# github-notifications
q
#18042 `go` binary is required to run any command in this repo Issue created by thejcannon Describe the bug After #17973
go
is now required to run any command in this repo (including commands that don't need
go
). This is because the
go
backend adds a synthetic target which must be expanded and can only be done so using the go sdk. My workaround at the moment is
Copy code
[GLOBAL]
backend_packages.remove = [
    "pants.backend.experimental.go",
]
in
.pants.rc
. (Additionally, #17983 can be removed when this is fixed) Pants version
main
OS N/A Additional info N/A pantsbuild/pants