Go Vendoring and Consistent Builds

I wrote a small article about Vendoring in Go and wanted to share Go Vendoring for Consistent Builds

1 Like

Pardon, I’m not sure what you meant in the Summary paragraph. Did you mean “Use whatever vendoring tool you want and check in the dependencies manually”?

No I mean use whatever tool you wish to manage your dependencies, i.e. getting them into the vendoring folder, updating them, removing, listing them… and so forth, but make sure you check your dependencies in ( Commit them ) to your library/program

This topic was automatically closed 90 days after the last reply. New replies are no longer allowed.