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
This is a stabilization tracking ticket for the Go backend. Items here are intended to be resolved in order to remove the "experimental" label from Go support:
Pants does not yet update your go.mod and go.sum for you; it only reads these files when downloading modules. Run go mod download all to make sure these files are correct.
"""
I don't have a lot of experience with golang, but I didn't see a ticket that clearly mapped to.
We should consider then what work we want to do for a "Pants-native" go.mod / go.sum experience. Also, the more general question I have been thinking about is whether go.work support should be part of the stabilization too.
This is a stabilization tracking ticket for the Go backend. Items here are intended to be resolved in order to remove the "experimental" label from Go support:
For stabilization
Build:
go.sum
entries #17794.syso
files into package archive #16827go_binary
#18115cgo_enabled
field togo_binary
to control cgo support #16833Test:
-coverpkg
for tests in go #17260[go-test].timeout_default
#13782go_package
targets #18116Not for stabilization
test --debug
#13411--debug-adapter
for Go #16217testdata
folder viatailor
and maybe dependency inference #13784The text was updated successfully, but these errors were encountered: