LayerTwo-Labs / ethereum-sidechain

Ethereum sidechain implementation based on geth.
GNU Lesser General Public License v3.0
3 stars 3 forks source link

Problem with go <1.18 and Azure SDK dependency during build #1

Open jnmclarty opened 1 year ago

jnmclarty commented 1 year ago

I tried to follow the article for building, but got the following error:

env GO111MODULE=on go run build/ci.go install ./cmd/geth
build github.com/Azure/azure-sdk-for-go/sdk/azcore: cannot load github.com/Azure/azure-sdk-for-go/sdk/azcore: no Go source files
make: *** [Makefile:14: geth] Error 1

It was because I needed go version >1.18

Leaving a note here, in case somebody else has the same problem.

jnmclarty commented 1 year ago

Maybe consider updating the article with a note. Technically, I tried it with go 1.19.5 and it worked. Only reason I think it's a problem with 1.18 or lower, was because I started poking around the Azure issues. Which, there are MANY, many...lol