build: update go toolchain to 1.23.2 (#24108)

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
This commit is contained in:
Tim Gross
2024-10-02 10:29:10 -04:00
committed by GitHub
parent 651d8d6f88
commit 7dc57efe1b
4 changed files with 4 additions and 4 deletions

View File

@@ -1 +1 @@
1.23.1
1.23.2