cadence-samples
cadence-samples copied to clipboard
Error in generating binary, flag provided but not defined: -i in go build cmd
error on running make cmd:
go build -i -o bin/helloworld cmd/samples/recipes/helloworld/*.go
flag provided but not defined: -i
usage: go build [-o output] [build flags] [packages]
Run 'go help build' for details.
make: *** [helloworld] Error 2
Go version: go version go1.20.1 darwin/arm64
By removing -i flag from go build cmd in Makefile it is running successfully.
Should I create PR for it?
Thanks for reporting this! It is fixed now.