We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent ddc40f5 commit be0b889Copy full SHA for be0b889
Jenkinsfile
@@ -7,6 +7,8 @@ pipeline {
7
disableConcurrentBuilds(abortPrevious: true)
8
}
9
10
+ tools { go '1.21' }
11
+
12
stages {
13
stage('Validate commit') {
14
steps {
0 commit comments