mirror of
https://github.com/status-im/status-desktop.git
synced 2025-02-16 08:37:12 +00:00
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…
x
Reference in New Issue
Block a user