chore_ : update CI to use go 1.21

This commit is contained in:
Prem Chaitanya Prathi 2024-06-05 20:41:02 +05:30
parent 0cb3e76703
commit f0180444a8
No known key found for this signature in database
1 changed files with 1 additions and 1 deletions

View File

@ -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 {