new version

This commit is contained in:
Dennis Coyle 2018-04-25 15:11:30 -04:00
parent 99efd1b75d
commit 6fd6de1013

2
Jenkinsfile vendored
View File

@ -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"]) {