Files
Seth Shelnutt e5a96f3608 fix: upgrade Go toolchain from 1.25.9 to 1.25.10 (#25230)
## 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
2026-05-12 20:33:44 -04:00
..