DevOps: upgrade Go to 1.24.0 in Docker build images#1691
Merged
tuhaihe merged 2 commits intoapache:mainfrom Apr 23, 2026
Merged
DevOps: upgrade Go to 1.24.0 in Docker build images#1691tuhaihe merged 2 commits intoapache:mainfrom
tuhaihe merged 2 commits intoapache:mainfrom
Conversation
3c4bfd9 to
0585f32
Compare
This was referenced Apr 22, 2026
leborchuk
requested changes
Apr 22, 2026
Update Go installation in all Docker build containers to use the latest Go 1.24.13 release instead of 1.23.4, with corresponding SHA256 checksums for both amd64 and arm64 architectures. Affected files: - devops/deploy/docker/build/rocky8/Dockerfile - devops/deploy/docker/build/rocky9/Dockerfile - devops/deploy/docker/build/ubuntu22.04/Dockerfile - devops/deploy/docker/build/ubuntu24.04/Dockerfile Updated SHA256 checksums: - linux-amd64: 1fc94b57134d51669c72173ad5d49fd62afb0f1db9bf3f798fd98ee423f8d730 - linux-arm64: 74d97be1cc3a474129590c67ebf748a96e72d9f3a2b6fef3ed3275de591d49b3
83abb7a to
15713ec
Compare
leborchuk
approved these changes
Apr 23, 2026
Contributor
leborchuk
left a comment
There was a problem hiding this comment.
LGTM
Checked new sha256 using https://go.dev/dl/ - everyhing is Ok
TomShawn
approved these changes
Apr 23, 2026
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
Update Go installation in all Docker build containers to use Go 1.24.0 instead of 1.23.4, with corresponding SHA256 checksums for both amd64 and arm64 architectures.
Changes:
Updated SHA256 checksums:
This commit is used to align with other Cloudberry repos, see:
Fixes #ISSUE_Number
What does this PR do?
Type of Change
Breaking Changes
Test Plan
make installcheckmake -C src/test installcheck-cbdb-parallelImpact
Performance:
User-facing changes:
Dependencies:
Checklist
Additional Context
CI Skip Instructions