-
Notifications
You must be signed in to change notification settings - Fork 673
Make Weave build & work with Go 1.5 #1386
Conversation
Also fixes
Caused by weavehosts not be statically linked. |
build/dockerfile should not be changed to use 1.5, unless we are making a decision as a team to make 1.5 our recommended golang version, and all use 1.5 for development henceforth. Otherwise, it should be left at 1.4, in order to make sure that we do not write code that depends on 1.5. |
…ce stuff to be static.
@dpw PTAL |
Should this issue cover making weave work with 1.5, or is it just build issues? (I'm thinking of #1393) |
As long as this PR doesn't entail switching to 1.5 for builds, then I think it's ok to handle runtime issues separately. |
Ok. But we might as well fix obvious breakage, right? I'll add my fix. I've checked that Tom's changes don't break builds with 1.4. I'll find out what the plan for this PR is tomorrow (not sure what the "WIP" signifies). |
Wip means work in progress but it can be removed now. On Monday, 7 September 2015, David Wragg [email protected] wrote:
|
Just tested with go-1.5.1. |
Make Weave build & work with Go 1.5
FIxes:
And:
TODO: