Skip to content

Commit be0b889

Browse files
committed
Add tools block for specifying go version
1 parent ddc40f5 commit be0b889

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

Jenkinsfile

+2
Original file line numberDiff line numberDiff line change
@@ -7,6 +7,8 @@ pipeline {
77
disableConcurrentBuilds(abortPrevious: true)
88
}
99

10+
tools { go '1.21' }
11+
1012
stages {
1113
stage('Validate commit') {
1214
steps {

0 commit comments

Comments
 (0)