-
Notifications
You must be signed in to change notification settings - Fork 203
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
build on EC2 failed with error #50
Comments
@abutaha could you please help guide me how to resolve this issue? |
I can build on Mac, but failed on Amazon Linux 2 and Ubuntu
|
|
Hi, try setting your GOPATH to another directory. From the warning message, it looks like GOPATH is set to GOROOT. try the following: mkdir then try again. |
if only for test purpose, suggest use aws es proxy by ec 2 https://github.com/jewdore/aws-es-proxy-by-ec2, fork from current repo |
[ec2-user@ip-172-16-2-169 aws-es-proxy]$ go version
warning: GOPATH set to GOROOT (/usr/lib/golang) has no effect
go version go1.9.4 linux/amd64
[ec2-user@ip-172-16-2-169 aws-es-proxy]$ glide -v
glide version v0.13.3
The text was updated successfully, but these errors were encountered: