-
Notifications
You must be signed in to change notification settings - Fork 625
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 1.13.0 #698
Comments
Quick search finds: golang/go#29278 Quick fix for you is to do a I'll look later for a better solution. |
Well a better solution is apparently upgrading the checksum, but this requires everyone to build with go 1.11.4+. Since the issue is known, for now I’ll just sed the corresponding sum locally. |
labstack/echo#1272 could also be related instead of an issue with go |
It definitively is. They moved the tag, so the checksum does not match. Wether they will move it back or not is currently unsure. |
The tags were just restored, I apologize for the inconvenience. Could you please confirm that you can build ok? |
@alexaandru race condition here, I've just released a new version using labstack/echo/v4 :-) |
@alexaandru I can also confirm it builded OK here. :) @42wim That was the better thing to do anyway. ;) |
Thank you very much! :) Just please make sure that using V4 won't cause any issues, it is a major release after all. Please make sure you do read the release notes to spare you of any trouble: https://github.com/labstack/echo/releases/tag/v4.0.0 and the README: https://github.com/labstack/echo/tree/v4.0.0#supported-go-versions Have a great day! |
@alexaandru thanks, btw regarding to go-versions I can still build matterbridge with go1.9.x because of the fact I'm also still using |
Very nice, great then! :) |
Describe the bug
During build:
To Reproduce
Get the sources, extract them, run
go build -v
.Expected behavior
Building fine.
Environment (please complete the following information):
The text was updated successfully, but these errors were encountered: