fix go toolchain in oracle test build

This commit is contained in:
RUN
2026-01-29 16:49:10 +01:00
parent 6843b46328
commit 53865b6e21

View File

@@ -943,7 +943,7 @@ steps:
# Install the C compiler and Oracle SDK headers needed for cgo
dnf install -y gcc oracle-instantclient-devel
# Install Go
curl -L -o go.tar.gz "https://go.dev/dl/go1.25.1.linux-amd64.tar.gz"
curl -L -o go.tar.gz "https://go.dev/dl/go1.25.5.linux-amd64.tar.gz
tar -C /usr/local -xzf go.tar.gz
export PATH="/usr/local/go/bin:$$PATH"