mirror of
https://github.com/coder/coder.git
synced 2026-06-03 04:58:23 +00:00
5d6a67f9ef
Upgrades the Go toolchain from 1.25.8 to 1.25.10 on the v2.29.x release branch. Go 1.25.10 includes security fixes to the go command, the pack tool, and the html/template, net, net/http, net/http/httputil, net/mail, and syscall packages. Since v2.29.x was on Go 1.25.8, this single upgrade also resolves the Go 1.25.8-specific CVEs that were addressed by Go 1.25.9. Refs https://linear.app/codercom/issue/ENT-49 ## Validation - `./scripts/check_go_versions.sh` - `git diff --check` Generated by Coder Agents.