chore_ : update CI to use go 1.21
This commit is contained in:
parent
0cb3e76703
commit
f0180444a8
|
@ -7,7 +7,7 @@ def isPRBuild = utils.isPRBuild()
|
|||
pipeline {
|
||||
/* This way we run the same Jenkinsfile on different platforms. */
|
||||
agent {
|
||||
label "${getAgentLabels().join(' && ')} && qt-5.15 && go-1.20"
|
||||
label "${getAgentLabels().join(' && ')} && qt-5.15 && go-1.21"
|
||||
}
|
||||
|
||||
parameters {
|
||||
|
|
Loading…
Reference in New Issue