Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Add -buildvcs=false for building binaries
Go 1.18 tries to pull git version control information into the binaries that it builds, based on the presence of .git directory. 'git' is not available when building the Fabric docker images however, and therefore the build fails. This change adds -buildvcs=false to the builds to suppress the Go 1.18 behavior change. Signed-off-by: David Enyeart <[email protected]>
- Loading branch information