Commit c078f9f
authored
fix: switch Go base from bullseye to bookworm (#74)
golang:1.26.3 dropped the bullseye (Debian 11) variant — only alpine,
bookworm (Debian 12), and trixie (Debian 13) variants are published.
release.yml fails for perf and ruby with 'golang:1.26.3-bullseye:
not found'.
Agent has no cgo, so the produced binary is statically linked; runtime
stages (ruby's bitnami/minideb:bullseye, perf's alpine:3.23.4) are
unaffected.1 parent 7efe60e commit c078f9f
3 files changed
Lines changed: 3 additions & 3 deletions
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
1 | 1 | | |
2 | | - | |
| 2 | + | |
3 | 3 | | |
4 | 4 | | |
5 | 5 | | |
| |||
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
1 | | - | |
| 1 | + | |
2 | 2 | | |
3 | 3 | | |
4 | 4 | | |
| |||
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
1 | | - | |
| 1 | + | |
2 | 2 | | |
3 | 3 | | |
4 | 4 | | |
| |||
0 commit comments