-
Notifications
You must be signed in to change notification settings - Fork 113
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
Building from source fails #2675
Comments
I'm also on Manjaro, but still on
Could you try to run You can choose a config from the examples directory by running |
I'm using the provided Docker setup (which uses go version 1.17.3) and can also confirm that |
This issue arises due to the fact that the Makefile is outdated, I can make a PR with the correct Makefile. After fixing the Makefile, things seem to work fine. |
Feel free to open a PR, of course! :) |
I have opened a PR #2747 with the changes. |
Now that my PR is merged, I guess this issue can be closed after verifying |
Fixed by #2747 |
go version:
1.18
Linux nil 5.10.105-1-MANJARO #1 SMP PREEMPT Fri Mar 11 14:12:33 UTC 2022 x86_64 GNU/Linux
on
make deps
I get error:
go get doesn't work outside of a module for goimports
With a temporary fix of using
go install x.com/goimports@latest
Next,
on
make build
I get error:
missing go.sum entry for golang.org/x/text/...
with a temporary fix of running
go get
the above package namesThank you.
The text was updated successfully, but these errors were encountered: