Skip to content
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

Change Go version for k8s 1.23-1.29 #155

Merged
merged 1 commit into from
Sep 19, 2024

Conversation

larvacea
Copy link
Member

Go 1.23 leaks file descriptors if os/exec fails.

Issue number:

Closes issue bottlerocket-os/bottlerocket#4201 once consumed.

Description of changes:

Add GO_MAJOR=1.22 for kubernetes packages 1.23 through 1.29. kubernetes 1.30 already had GO_MAJOR=1.22, and kubernetes 1.31 will require 1.23.

Testing done:

Built nodegroups, added to cluster with the Calico configuration that rapidly reproduces the failure.

Terms of contribution:

By submitting this pull request, I agree that this contribution is dual-licensed under the terms of both the Apache License, version 2.0, and the MIT license.

Go 1.23 leaks file descriptors if os/exec fails.
@arnaldo2792 arnaldo2792 merged commit 8504897 into bottlerocket-os:develop Sep 19, 2024
2 checks passed
@arnaldo2792 arnaldo2792 mentioned this pull request Sep 19, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

3 participants