resonai / ybt

Yet another Build Tool
Apache License 2.0
2 stars 2 forks source link

Retain go.mod and go.sum between builds #241

Closed shir-resonai closed 1 year ago

shir-resonai commented 1 year ago

I think it worked that way in the past, but a while back we stopped using this function that skips go.mod and go.sum when clearing the workspace. These two files serve the golang build system, and help it cache packages and not download them from scratch every time.