We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 144a04f commit 2f7100aCopy full SHA for 2f7100a
packaging/scripts/mongodb-backup_builder.sh
@@ -146,7 +146,7 @@ install_golang() {
146
elif [ x"$ARCH" = "xaarch64" ]; then
147
GO_ARCH="arm64"
148
fi
149
- GO_VERSION="1.25.1"
+ GO_VERSION="1.25.3"
150
GO_TAR="go${GO_VERSION}.linux-${GO_ARCH}.tar.gz"
151
GO_URL="https://downloads.percona.com/downloads/packaging/go/${GO_TAR}"
152
DL_PATH="/tmp/${GO_TAR}"
0 commit comments