fix(ci): add Go version label for Windows CI builds

Signed-off-by: Jakub Sokołowski <jakub@status.im>
This commit is contained in:
Jakub Sokołowski 2024-05-28 17:43:50 +02:00 committed by Jonathan Rainville
parent 85b4bb47f3
commit 134bd76c6b
1 changed files with 1 additions and 1 deletions

View File

@ -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(