-
Notifications
You must be signed in to change notification settings - Fork 4.7k
switch to go 1.9 #17670
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
switch to go 1.9 #17670
Conversation
@deads2k: GitHub didn't allow me to assign the following users: skuznets. Note that only openshift members can be assigned. In response to this:
Instructions for interacting with me using PR comments are available here. If you have questions or suggestions related to my behavior, please file an issue against the kubernetes/test-infra repository. |
ae8d1ab
to
2fd7d5b
Compare
LGTM |
@stevekuznetsov fail |
Fixed in openshift-eng/aos-cd-jobs#928 /test verify |
/retest |
FUN. |
/retest |
hacked the check out. |
/retest I'll update unit tomorrow |
[APPROVALNOTIFIER] This PR is APPROVED This pull-request has been approved by: deads2k The full list of commands accepted by this bot can be found here.
Needs approval from an approver in each of these OWNERS Files:
You can indicate your approval by writing |
So here is our snafu:
I think the best course of action today is:
|
hack/lib/util/golang.sh
Outdated
@@ -11,7 +11,8 @@ function os::golang::verify_go_version() { | |||
if [[ "${go_version[2]}" != go1.8* ]]; then |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
This should be OS_REQUIRED_GO_VERSION
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
This should be OS_REQUIRED_GO_VERSION
done
I'll split the bits apart. We'll need to green button them in. |
@deads2k: The following tests failed, say
Full PR test history. Your PR dashboard. Please help us cut down on flakes by linking to an open issue when you hit one in your PR. Instructions for interacting with me using PR comments are available here. If you have questions or suggestions related to my behavior, please file an issue against the kubernetes/test-infra repository. I understand the commands that are listed here. |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
lgtm
does that mean 3.6, 3.7, 3.8 cannot run CI? or do we have a base AMI per branch? |
Historically no, Origin does not test older versions. OSE does. |
Well, not quite -- the tests running inside of a container (all but registry and router integration) use the Go version declared in the repo under |
no longer required. I think #17755 is the dangling bit now. |
/close |
/assign skuznets
needed to land the rebase