-
Notifications
You must be signed in to change notification settings - Fork 366
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 Go to 1.17 #3189
Update Go to 1.17 #3189
Conversation
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
/test-all |
@tnqn @XinShuYang I assume that the Jenkins jobs cannot pass for this because the release-1.2 branch does not use the new CI setup? |
I can see some builds in new CI ran for cherry-pick PRs, there should be no difference. |
I triggered some jobs again based on old version release and found it failed because we have code change in test-vmc.sh to modify yaml file for new lab jenkins cluster. Since VMC is still not recovered, Should we also backport CI setup patch to 1.2-1.4 release? @tnqn |
@XinShuYang Yes, we need to validate PRs on these releases, please backport it, thanks. |
/test-all |
/skip-e2e failed on TestFlowAggregator |
We update the Go version for the Antrea v1.2 release train, which is
still maintained.
See #3181
This is a combination of several commits from the Antrea main branch:
Signed-off-by: Antonin Bas abas@vmware.com