fix(ci): add Go version label for Windows CI builds
Signed-off-by: Jakub Sokołowski <jakub@status.im>
This commit is contained in:
parent
85b4bb47f3
commit
134bd76c6b
|
@ -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(
|
||||
|
|
Loading…
Reference in New Issue