PSMDB-2015. Update mongo-tools and go version#1755
Merged
sandraromanchenko merged 1 commit intov8.0from Mar 19, 2026
Merged
Conversation
vorsel
approved these changes
Mar 19, 2026
There was a problem hiding this comment.
Pull request overview
Updates packaging/build inputs to use newer Go and MongoDB database tools versions for Percona Server for MongoDB build workflows.
Changes:
- Bump Go toolchain version used by
psmdb_builder.shfrom1.25.7to1.25.8. - Update
MONGO_TOOLS_TAG_VERSIONfrom100.14.1to100.15.0.
Reviewed changes
Copilot reviewed 2 out of 2 changed files in this pull request and generated 1 comment.
| File | Description |
|---|---|
percona-packaging/scripts/psmdb_builder.sh |
Updates the Go version used when downloading/installing the Go toolchain for builds. |
MONGO_TOOLS_TAG_VERSION |
Updates the pinned mongo-tools tag/version value intended for packaging automation. |
Comments suppressed due to low confidence (1)
percona-packaging/scripts/psmdb_builder.sh:249
install_golang()downloads the Go tarball from a remote URL but the SHA256 verification logic is currently commented out (even thoughGO_SHA/SHA_URLare still set). This means the toolchain is installed without any integrity check; please re-enable checksum download/verification (or remove the unused SHA variables if verification is intentionally out of scope) before extracting/installing.
GO_VERSION="1.25.8"
GO_TAR="go${GO_VERSION}.linux-${GO_ARCH}.tar.gz"
GO_SHA="${GO_TAR}.sha256"
GO_URL="https://downloads.percona.com/downloads/packaging/go/${GO_TAR}"
SHA_URL="https://downloads.percona.com/downloads/packaging/go/${GO_SHA}"
💡 Add Copilot custom instructions for smarter, more guided reviews. Learn how to get started.
You can also share your feedback on Copilot code review. Take the survey.
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.
No description provided.