-
Notifications
You must be signed in to change notification settings - Fork 189
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
Unable to build with go 1.11 #29
Comments
Hello @max-k thanks for this! we're on it, probably a lib to update in vendor |
Yes. It also can not be built using version
|
In this Issue they suggest me to execute the following command to convert
However it doesn't work for me. After execute the above code I'm still getting the same error:
|
@bsinou can you check this ticket please? |
Hello, I have quickly tested the different versions for linux/amd64 on CentOS 7. But build and tests pass with all go version of the 1.10 branch, including 1.10.5 released last Friday. |
hi guys |
and for notify => we had to update the notify lib in the vendor folder. |
Hi,
|
Actually I just retested : the master branch does build on 1.11 since we updated the minio-srv inside vendor! See https://travis-ci.org/pydio/cells/jobs/457886544 These dependencies are used by underlying libs (minio) Can you try to pull the last version from master? |
Building for Travis with go 1.11.2 |
Here is the output of make dev using go 1.11.1:
It works perfectly with go 1.10.3.
Maybe this issue could help: golang/go#25098.
The text was updated successfully, but these errors were encountered: