From f6fcadc52ded6e603c1720784b64b2f8b49034f8 Mon Sep 17 00:00:00 2001 From: Brad Stein Date: Sun, 19 Apr 2026 15:02:44 -0300 Subject: [PATCH] ci(pegasus): install go in publisher gate stages --- Jenkinsfile | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/Jenkinsfile b/Jenkinsfile index 0f7c579..9b9fec7 100644 --- a/Jenkinsfile +++ b/Jenkinsfile @@ -185,7 +185,7 @@ PY sh ''' set -eu apt-get update - apt-get install -y --no-install-recommends nodejs npm + apt-get install -y --no-install-recommends golang-go nodejs npm python -m testing.pegasus_gate report ''' } @@ -209,7 +209,7 @@ PY sh ''' set -eu apt-get update - apt-get install -y --no-install-recommends nodejs npm + apt-get install -y --no-install-recommends golang-go nodejs npm python -m testing.pegasus_gate enforce ''' }