You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Currently we generated the set of known imports up front and embed them in puku to check at runtime. Ideally we'd figure this out from the configured go toolchain for the repo we're working in:
Query the go plugin config to get the configured go tool
If the configured go tool is a build target, build that target first
I think this would be cleaner if we require repos to use go_stdlib, then we can just discover the importconfig from that in essentially the same way as any other Go dependency.
Currently we generated the set of known imports up front and embed them in puku to check at runtime. Ideally we'd figure this out from the configured go toolchain for the repo we're working in:
go env goroot
to determine the sdk rootThe text was updated successfully, but these errors were encountered: