Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

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

Open
jnmclarty opened this issue Jan 22, 2023 · 1 comment
Open

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

jnmclarty opened this issue Jan 22, 2023 · 1 comment

Comments

@jnmclarty
Copy link

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 jnmclarty changed the title Problem with dependencies Problem with go <1.18 and Azure SDK dependency during build Jan 22, 2023
@jnmclarty
Copy link
Author

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

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant