ci(pegasus): install go in publisher gate stages

This commit is contained in:
Brad Stein 2026-04-19 15:02:44 -03:00
parent 14d9541ef6
commit f6fcadc52d

4
Jenkinsfile vendored
View File

@ -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
'''
}