diff --git a/Jenkinsfile b/Jenkinsfile index f77a66fb6..647c09116 100644 --- a/Jenkinsfile +++ b/Jenkinsfile @@ -1,7 +1,7 @@ node('node') { // Install the desired Go version - def root = tool name: 'go 1.10.1', type: 'go' + def root = tool name: 'Go 1.10', type: 'go' // Export environment variables pointing to the directory where Go was installed withEnv(["GOROOT=${root}", "PATH+GO=${root}/bin"]) {