Closed YoussB closed 4 years ago
@pivotal-izabela-gomes brought to my attention that there is a vendor folder while we are using go mod to get the dependencies.
go.mod
go.sum
$GOPATH
@pivotal-izabela-gomes brought to my attention that there is a vendor folder while we are using go mod to get the dependencies.
This PR:
go.mod
andgo.sum
files early on in the build process so their steps are cached and thus builds will be faster.$GOPATH
can't have go module files.