Skip to content

Bump Harmony Go toolchain and build images to Go 1.26.5 - #5089

Draft
Frozen with Copilot wants to merge 2 commits into
devfrom
copilot/update-go-version
Draft

Bump Harmony Go toolchain and build images to Go 1.26.5#5089
Frozen with Copilot wants to merge 2 commits into
devfrom
copilot/update-go-version

Conversation

Copilot AI commented Jul 28, 2026

Copy link
Copy Markdown
Contributor

This updates Harmony’s Go runtime/toolchain references to the latest stable Go release so local development, CI, and Dockerized builds use a consistent version. It removes drift between module metadata, workflow configuration, and container base images.

  • Go module/toolchain alignment

    • Updated go.mod:
      • go 1.24.0go 1.26.0
      • toolchain go1.24.2toolchain go1.26.5
  • CI runtime update

    • Updated PR workflow Go setup in .github/workflows/ci-pr.yaml:
      • go-version: '1.24.2'go-version: '1.26.5'
  • Container build/runtime update

    • Updated Docker base/toolchain versions across build images:
      • Dockerfile (GOLANG_VERSION)
      • scripts/macos_docker/Dockerfile (GOLANG_VERSION)
      • Test.Dockerfile (golang:1.26.5)
      • rosetta/infra/Dockerfile (golang:1.26.5)
      • api/service/synchronize/legacysync/downloader/Proto.Dockerfile (golang:1.26.5-bullseye)
  • Docs consistency

    • Updated required Go version in README.md to Go 1.26.5.
- go 1.24.0
- toolchain go1.24.2
+ go 1.26.0
+ toolchain go1.26.5

GheisMohammadi and others added 2 commits July 8, 2026 16:03
Release Candidate 2026.1.0 (dev -> main) aka Bloom 🌸️
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

3 participants