Skip to content

Instantly share code, notes, and snippets.

@rajdavies
Created February 11, 2020 16:02
Show Gist options
  • Save rajdavies/08a91526eb4d55486c1bf2ee875e9bd8 to your computer and use it in GitHub Desktop.
Save rajdavies/08a91526eb4d55486c1bf2ee875e9bd8 to your computer and use it in GitHub Desktop.
make build
CGO_ENABLED=0 GO111MODULE=on go build -ldflags " -X github.com/jenkins-x/helmboot/pkg/version.Version=-dev+adabb8e -X github.com/jenkins-x/helmboot/pkg/version.Revision='adabb8e' -X github.com/jenkins-x/helmboot/pkg/version.Branch='master' -X github.com/jenkins-x/helmboot/pkg/version.BuildDate='20200211-15:58:14' -X github.com/jenkins-x/helmboot/pkg/version.GoVersion='1.13.7' " -o build/helmboot cmd/helmboot/helmboot.go
go: github.com/jenkins-x/jx@v0.0.0-20200205060623-f7c50978003a requires
github.com/antham/chyle@v1.4.0 requires
github.com/spf13/cobra@v0.0.0-00000000000000-c46add8a6528: invalid pseudo-version: malformed time "00000000000000"
make: *** [build] Error 1
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment