-
Notifications
You must be signed in to change notification settings - Fork 395
Update test image to always use go version 1.8 #352
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
Update test image to always use go version 1.8 #352
Conversation
|
Yeah, it’s reporting the Go version outside the container, not inside. Updating from 1.7 to 1.8 is fine with me, though I worry a little about using what seems to be someone’s unofficial project, and about always using the latest version. We do want the library to work on common distributions (at least RHEL in my case) and always updating to the latest version might let us commit something which can’t be built on the targets platforms. @runcom ? [Or maybe we just need to use a |
139ea97 to
ec19496
Compare
|
That makes a lot of sense. Centos is also a good option ^^, but I leave that for you to decide haha |
41de5f8 to
a37565c
Compare
|
So, I had to change the |
|
The logs report |
|
Setting the PATH works only for the running container user of the Dockerfile (root as default). Is there any reason to run the tests as |
a37565c to
1af405b
Compare
Signed-off-by: Danail Branekov <[email protected]> Signed-off-by: Will Martin <[email protected]>
1af405b to
43ae04b
Compare
|
done 👍 |
|
Thanks! |
We noticed that the travis output can be a bit misleading because it
says that it's running the tests against go 1.9 but the actual version
inside the docker image is 1.7.
Signed-off-by: Danail Branekov [email protected]