mirror of
https://github.com/kemko/nomad.git
synced 2026-01-01 16:05:42 +03:00
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: https://github.com/golang/go/issues/69402