diff --git a/.ci/integration.cloudbuild.yaml b/.ci/integration.cloudbuild.yaml index b4ed172779..b19b594d45 100644 --- a/.ci/integration.cloudbuild.yaml +++ b/.ci/integration.cloudbuild.yaml @@ -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.5.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"