Commit 9102f21
fix: align plugin compiler Go version with gateway (1.25) (#8040)
## Summary
- The gateway goreleaser uses `golang-cross:1.25-bullseye` but the
plugin compiler was still on `1.24-bullseye`
- This causes `plugin.Open` failures due to Go version mismatch
(`internal/goarch`)
- Updated both `plugin-compiler-build.yml` and the plugin compiler
`Dockerfile` to use `1.25-bullseye`
## Test plan
- [ ] Verify plugin compiler CI builds successfully with the new Go
version
- [ ] Build a test plugin and confirm `plugin.Open` works against a
gateway built with 1.25
🤖 Generated with [Claude Code](https://claude.com/claude-code)
Co-authored-by: Claude Opus 4.6 (1M context) <noreply@anthropic.com>
Co-authored-by: Ilija Bojanovic <ilijabojanovic@gmail.com>1 parent 81415fd commit 9102f21
2 files changed
Lines changed: 2 additions & 2 deletions
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
11 | 11 | | |
12 | 12 | | |
13 | 13 | | |
14 | | - | |
| 14 | + | |
15 | 15 | | |
16 | 16 | | |
17 | 17 | | |
| |||
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
1 | | - | |
| 1 | + | |
2 | 2 | | |
3 | 3 | | |
4 | 4 | | |
| |||
0 commit comments