-
Notifications
You must be signed in to change notification settings - Fork 3.8k
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
ci/circleci: go version differs from what is in .circleci/config.yml #2331
Comments
We should probably update this to 1.11. |
I don't think we should update CI to 1.11. We currently state that we support 1.10+, so CI should be running on 1.10. CI is currently on |
Oh huh, even though |
The docker image name of CI is circleci/golang:1.10.3. But actually, the golang version is 1.9.1 |
Maybe there is something wrong in the docker image |
@ValarDragon but we don't atm. Try building We should fix whatever dependencies we need to to continue to support 1.10 or state otherwise. |
It works for me on 1.10.1. If we come to consensus on just dropping on 1.10 support, thats fine. (I'll just go ahead and upgrade :() Until then though, I think CI should remain 1.10. (I'm in favor of supporting 1.10 until we want some 1.11 feature) |
Mhmmm, you tried building cleanly off of the latest |
Yup, |
haha, ok, I take back my statement then 👍 |
Fixed. |
I created a PR and it invoked a circleci test. But the cicleci test failed
If the golang version is later than 1.10, my PR won't encounter circleci test failure. But the golang version of cicleci test docker image is 1.9.1. My point is why we still use golang 1.9.1 to run circleci test. Can someone help to clarify this issue?
The text was updated successfully, but these errors were encountered: