quaint-telephone-89068
03/06/2023, 7:53 PMgo 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
[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/pantsuser
03/06/2023, 7:53 PM