You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
fix: bump Go base image to 1.26 in jvm/perf/ruby/dummy Dockerfiles (#73)
* fix: bump Go base image to 1.26 to satisfy go.mod requirement
go.mod was bumped to go 1.26.0 in PR #71's grouped module update, but four
Dockerfiles still pinned golang:1.24-bullseye (jvm, perf, ruby) or
golang:1.23.4-alpine (dummy), causing release.yml builds to fail with
'go.mod requires go >= 1.26.0 (running go 1.24.6)'.
Aligns all Go build stages on 1.26.
* ci: read Go version from go.mod in code-verify
setup-go was pinned to 1.23.4 but go.mod now requires 1.26.0; use
go-version-file so the workflow tracks go.mod automatically.
* fix: pin Go base image patch version to 1.26.3 (review feedback)
Per gemini-code-assist review on #73: use 1.26.3 patch pin instead of the
floating 1.26 tag, matching the alpine variants (bpf, python, jvm/alpine)
already on 1.26.3 and ensuring reproducible builds.
0 commit comments