Skip to content
This repository has been archived by the owner on Nov 30, 2021. It is now read-only.

LTS won't build with Go 1.7.3 #5108

Closed
mboersma opened this issue Nov 21, 2016 · 2 comments
Closed

LTS won't build with Go 1.7.3 #5108

mboersma opened this issue Nov 21, 2016 · 2 comments
Assignees
Labels
Milestone

Comments

@mboersma
Copy link
Member

As seen on TV at https://ci.deis.io/job/test-ec2/4184/consoleFull#682192135502066c60b2236c09cc9bf8

Need to pin down why this happens now but everything was happy with Go 1.5.x.

@mboersma mboersma added the bug label Nov 21, 2016
@mboersma mboersma added this to the v1.13.4 milestone Nov 21, 2016
@mboersma mboersma self-assigned this Nov 21, 2016
@mboersma
Copy link
Member Author

mboersma commented Nov 21, 2016

There was an ancient version of golint installed in the local $GOPATH. I worked around this by adding go get -u github.com/golang/lint/golint to the job definition, just before it runs the test script.

Now it's failing in a unit test for deisctl:

--- FAIL: TestNewClient (0.00s)
	fleet_test.go:187: failed initializing SSH client: timed out while initiating SSH connection

Update: above error should be fixed by #5109.

@mboersma
Copy link
Member Author

Fixed in #5109.

Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
Projects
None yet
Development

No branches or pull requests

1 participant