mirror of
https://github.com/coder/coder.git
synced 2026-06-02 20:48:20 +00:00
e5a96f3608
## Summary Upgrades Go toolchain from 1.25.9 to 1.25.10 on the `release/2.33` branch to address 11 Go stdlib CVEs flagged by IronBank. Go 1.25.10 (released 2026-05-07) includes security fixes for: `cmd/go`, `cmd/pack`, `html/template`, `net`, `net/http`, `net/http/httputil`, `net/mail`, and `syscall` packages. ## Changes - `go.mod`: `go 1.25.9` -> `go 1.25.10` - `.github/actions/setup-go/action.yaml`: default version updated - `dogfood/coder/ubuntu-22.04/Dockerfile`: `GO_VERSION` and `GO_CHECKSUM` updated - `dogfood/coder/ubuntu-26.04/Dockerfile`: `GO_VERSION` and `GO_CHECKSUM` updated Relates to: ENT-26 > [!NOTE] > Generated by Coder Agents