From 134bd76c6b82028f41091cfaba1b41dd340bd04d Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Jakub=20Soko=C5=82owski?= Date: Tue, 28 May 2024 17:43:50 +0200 Subject: [PATCH] fix(ci): add Go version label for Windows CI builds MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Signed-off-by: Jakub SokoĊ‚owski --- ci/Jenkinsfile.windows | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/ci/Jenkinsfile.windows b/ci/Jenkinsfile.windows index ec6b5fb84e..2fc413c6b5 100644 --- a/ci/Jenkinsfile.windows +++ b/ci/Jenkinsfile.windows @@ -5,7 +5,7 @@ library 'status-jenkins-lib@v1.8.13' def isPRBuild = utils.isPRBuild() pipeline { - agent { label 'windows && x86_64 && qt-5.15.2' } + agent { label 'windows && x86_64 && qt-5.15.2 && go-1.20' } parameters { booleanParam(