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
f28343e264
commit
ffb9fecf2b
|
@ -5,7 +5,7 @@ library 'status-jenkins-lib@v1.8.13'
|
||||||
def isPRBuild = utils.isPRBuild()
|
def isPRBuild = utils.isPRBuild()
|
||||||
|
|
||||||
pipeline {
|
pipeline {
|
||||||
agent { label 'windows && x86_64 && qt-5.15.2' }
|
agent { label 'windows && x86_64 && qt-5.15.2 && go-1.20' }
|
||||||
|
|
||||||
parameters {
|
parameters {
|
||||||
booleanParam(
|
booleanParam(
|
||||||
|
|
Loading…
Reference in New Issue