-
Notifications
You must be signed in to change notification settings - Fork 1.5k
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
Adopt Go Modules #4146
Adopt Go Modules #4146
Conversation
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
✅ A review job has been created and sent to the PullRequest network.
@mangalaman93 you can click here to see the review status or cancel the code review job.
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
⚠️ Warning
PullRequest detected a force-push on this branch. This may have caused some information to be lost, and additional time may be required to complete review of the code. Read More
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Reviewed 2448 of 2448 files at r1.
Reviewable status: complete! all files reviewed, all discussions resolved (waiting on @manishrjain, @martinmr, and @pawanrawal)
This change appears to be bad. The To reproduce:
|
(And it appears deepsource concurs: https://deepsource.io/gh/dgraph-io/dgraph/run/b952d01d-80d8-4aa3-a01b-e350765e4b7f/#go) |
@mangalaman93 @campoy I've updated my Dgraph version to
And I definitely have the newest version, as proved in my Any ideas? |
Could you check if you had the |
I see |
Check whether the file that you have locally is same as the on in master branch. |
I've confirmed that my |
Line 19 in 3933ad1
Should this be |
I think we assume that GOPATH is defined, we need to fix this. I think @adg has already created GitHub issues for this. May be, it is using dgo in GOPATH that has older version. I will look into it when I get a chance. |
Thank you @mangalaman93 Hope we can get this fixed soon.. really want to start using Go modules with Dgraph soon! |
This change is