-
Notifications
You must be signed in to change notification settings - Fork 1.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
Add Golang 1.13.1 to CI. #5236
Add Golang 1.13.1 to CI. #5236
Conversation
/assign @bbguimaraes |
@@ -0,0 +1,21 @@ | |||
Name: golang | |||
Version: v1.13.0 |
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.
1.13.0 ? PR says 1.13.1
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.
Compare with the 1.12 file. This is for building fake RPMs only and it has been kept at 1.12.0 as well although the version is actually at 1.12.9 now.
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.
ah... does not make sense, but ok :-)
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
/approve
[APPROVALNOTIFIER] This PR is APPROVED This pull-request has been approved by: markusthoemmes, petr-muller The full list of commands accepted by this bot can be found here. The pull request process is described here
Needs approval from an approver in each of these files:
Approvers can indicate their approval by writing |
We need this to bump a Terraform provider [1], which we need to fix an AWS provisioning flake [2]. golang-1.13 became available in CI in 407b8e0 (Add Golang 1.13.1 to CI, 2019-10-01, openshift#5236). Skipping 4.3 [3,4] (which is in code-freeze). [1]: openshift/installer#2676 (comment) [2]: https://bugzilla.redhat.com/show_bug.cgi?id=1759617#c10 [3]: openshift#5928 (comment) [4]: openshift#5928 (comment)
1.13.1 is the current stable version of Golang.
The Knative project is adopting Golang 1.13 and its improvements, hence we need this to be able to keep up with upstream and run it through CI.