Jenkinsfile: Update to Go 1.8.x.

pull/10/head
Icedream 2017-04-21 02:39:27 +02:00
parent f148c09563
commit 6f7b4daa7e
Signed by: icedream
GPG Key ID: 1573F6D8EFE4D0CF
1 changed files with 1 additions and 1 deletions

2
Jenkinsfile vendored
View File

@ -34,7 +34,7 @@ def upx(file) {
def withGoEnv(os, arch, f) {
// Install go
env.GOROOT = tool "Go 1.7"
env.GOROOT = tool "Go 1.8"
switch(arch) {
case "x64":