-
Notifications
You must be signed in to change notification settings - Fork 4.7k
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 Kops Go build supported versions 1.15 #10099
Update Kops Go build supported versions 1.15 #10099
Conversation
Hi @bmelbourne. Thanks for your PR. I'm waiting for a kubernetes member to verify that this patch is reasonable to test. If it is, they should reply with Once the patch is verified, the new status will be reflected by the I understand the commands that are listed here. 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. |
docs/development/building.md
Outdated
@@ -47,5 +47,5 @@ and then configure your IDE to connect its debugger to port 2345 on localhost. | |||
|
|||
- Make sure `$GOPATH` is set, and your [workspace](https://golang.org/doc/code.html#Workspaces) is configured. | |||
- kops will not compile with symlinks in `$GOPATH`. See issue go issue [17451](https://github.com/golang/go/issues/17451) for more information | |||
- building kops requires go 1.12 or 1.13 | |||
- building kops requires go 1.14 or 1.15 |
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.
That is quite a good change. Always forget to change here. Could we say just that build requires 1.15?
Would avoid confusions when some generate / update / test command fails because of 1.14. We don't test anymore with 1.14 at all.
- building kops requires go 1.14 or 1.15 | |
- building kops requires go 1.15 |
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.
Works for me. Although, I didn't experience any build issues with version go1.14
, I'm always happy to go with the latest 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.
Thanks. There are a few hack/verify-*
and hack/update-*
commands that don't work with 1.14. Better not confuse people.
/lgtm |
[APPROVALNOTIFIER] This PR is APPROVED This pull-request has been approved by: bmelbourne, hakman 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 |
Update Kops documentation to reflect support for Go versions
go1.15+
.Kops
make verify
andmake all examples test
successfully tested against Go versionsgo1.15
andgo1.15.3
.Latest Go version
go1.13.15
is no longer supported due to the following error...