Commit 004f57f
authored
fix: bump Go version to 1.25.7 for security patches (#450)
## Summary
- Bump Go from 1.25.6 to 1.25.7 in `go.mod` and `Dockerfile`
- Fixes [GO-2026-4337](https://pkg.go.dev/vuln/GO-2026-4337): Unexpected
session resumption in `crypto/tls`
## Affected code paths
- `web.Start` → `http.Server.ListenAndServe` →
`tls.Conn.HandshakeContext`
- `docker.ExecServiceAdapter.Start` → `tls.Dial` /
`tls.Dialer.DialContext`
- `cli.ProgressReporter.Step` → `tls.Conn.Write`
- `mock.ContainerService.CopyLogs` → `tls.Conn.Read`
## Test plan
- [x] `govulncheck ./...` reports 0 vulnerabilities with Go 1.25.7
- [x] All existing tests pass2 files changed
Lines changed: 2 additions & 2 deletions
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
1 | 1 | | |
2 | 2 | | |
3 | | - | |
| 3 | + | |
4 | 4 | | |
5 | 5 | | |
6 | 6 | | |
| |||
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
1 | 1 | | |
2 | 2 | | |
3 | | - | |
| 3 | + | |
4 | 4 | | |
5 | 5 | | |
6 | 6 | | |
| |||
0 commit comments