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

build: update go toolchain to 1.23.2 #24108

Merged
merged 1 commit into from
Oct 2, 2024
Merged

build: update go toolchain to 1.23.2 #24108

merged 1 commit into from
Oct 2, 2024

Conversation

tgross
Copy link
Member

@tgross tgross commented Oct 2, 2024

Picks up some small bug fixes but one especially relevant to Nomad is the os/exec file descriptor leak, which could impact script check / change mode for task drivers without isolated exec (ex. raw_exec).

Ref: https://github.com/golang/go/issues?q=milestone%3AGo1.23.2+label%3ACherryPickApproved
Ref: golang/go#69402

Picks up some small bug fixes but one especially relevant to Nomad is the
`os/exec` file descriptor, which could impact script check / change mode for
task drivers without isolated exec (ex. `raw_exec`).

Ref: https://github.com/golang/go/issues?q=milestone%3AGo1.23.2+label%3ACherryPickApproved
Ref: golang/go#69402
@tgross tgross marked this pull request as ready for review October 2, 2024 13:43
@tgross tgross merged commit 7dc57ef into main Oct 2, 2024
35 checks passed
@tgross tgross deleted the go1.23.2 branch October 2, 2024 14:29
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
backport/ent/1.7.x+ent Changes are backported to 1.7.x+ent backport/1.8.x backport to 1.8.x release line theme/build-infrastructure
Projects
None yet
Development

Successfully merging this pull request may close these issues.

3 participants