-
Notifications
You must be signed in to change notification settings - Fork 679
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
Latest cleanhttp.go commit has broken build #262
Comments
FWIW, I just tried using alpine:3.5 with go 1.7.3 to see what happens, and while it builds, launching logspout ends up giving me this error, which might be related to fsouza/go-dockerclient#621:
|
Having the same issue. |
same, I really love this project but it breaks my CI constantly when I'm building this image :( |
I have a project that depends on hashicorp vault that is now broken.
|
make sure you're using a supported version of Go. Can confirm that I was getting this error in Go 1.6 and fixed in Go 1.7 |
@kirkbgh @richard-mauri @amitripshtos @mccricardo We now test builds on every merge and I think this is ok now. Can someone confirm this is fixed out in the wild? |
@michaelshobbs I was able to build it successfully. |
We are seeing this exact error on Go 1.8, building the Circonus Protocol Observer:
|
See hashicorp/go-cleanhttp@a459706:
When building master:
docker build .
Fails with:
It seems as though the latest commit has introduced 1.7+ dependencies which are not backwards compatible with 1.6, the latest supported package in alpine 3.4.
The text was updated successfully, but these errors were encountered: