The Go Mod Vendor CNB executes the go mod vendor command in the app's working directory to make vendored copy of dependencies. This builds the buildpack's Go source using GOOS=linux by default. You ...