Skip to content

PSMDB-2015. Update mongo-tools and go version#1755

Merged
sandraromanchenko merged 1 commit intov8.0from
mongo_tools_update_2
Mar 19, 2026
Merged

PSMDB-2015. Update mongo-tools and go version#1755
sandraromanchenko merged 1 commit intov8.0from
mongo_tools_update_2

Conversation

@sandraromanchenko
Copy link
Copy Markdown

No description provided.

@percona percona deleted a comment from github-actions bot Mar 19, 2026
Copy link
Copy Markdown

Copilot AI left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

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.sh from 1.25.7 to 1.25.8.
  • Update MONGO_TOOLS_TAG_VERSION from 100.14.1 to 100.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 though GO_SHA/SHA_URL are 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.

Comment thread MONGO_TOOLS_TAG_VERSION
@sandraromanchenko sandraromanchenko merged commit 964b040 into v8.0 Mar 19, 2026
9 checks passed
@sandraromanchenko sandraromanchenko deleted the mongo_tools_update_2 branch March 19, 2026 09:23
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