starter icon indicating copy to clipboard operation
starter copied to clipboard

build fail error

Open rajgoesout opened this issue 6 years ago • 2 comments

Probably due to incompatible golang versions

Step 7/11 : RUN go get github.com/onsi/gomega
 ---> Running in 3c2a9a295f27
#github.com/onsi/gomega
src/github.com/onsi/gomega/gomega_dsl.go:312: syntax error: unexpected = in type declaration
src/github.com/onsi/gomega/gomega_dsl.go:338: syntax error: unexpected = in type declaration
src/github.com/onsi/gomega/gomega_dsl.go:352: syntax error: unexpected = in type declaration
ERROR: Service 'starter' failed to build: The command '/bin/sh -c go get github.com/onsi/gomega' returned a non-zero code: 2

rajgoesout avatar Aug 27 '19 19:08 rajgoesout

What project type are you analyzing with Starter?

khash avatar Aug 29 '19 12:08 khash

Actually I was building starter from source

rajgoesout avatar Aug 31 '19 11:08 rajgoesout