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
parent f28343e264
commit ffb9fecf2b
No known key found for this signature in database
GPG Key ID: FE65CD384D5BF7B4
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(