From f173e070f0e8965d18c3cda51074433babc15b21 Mon Sep 17 00:00:00 2001 From: Dennis Coyle Date: Wed, 25 Apr 2018 14:30:18 -0400 Subject: [PATCH] Go v 1.8 jenkins --- Jenkinsfile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Jenkinsfile b/Jenkinsfile index d15f77fe4..520aa2401 100644 --- a/Jenkinsfile +++ b/Jenkinsfile @@ -1,7 +1,7 @@ node('node') { // Install the desired Go version - def root = tool name: 'Go 1.10', type: 'go' + def root = tool name: 'Go 1.8', type: 'go' // Export environment variables pointing to the directory where Go was installed withEnv(["GOROOT=${root}", "PATH+GO=${root}/bin"]) {