From dc0f8339fd5530a14e260e8f5b92ae4cae544aa1 Mon Sep 17 00:00:00 2001 From: Kiran Date: Tue, 20 Feb 2018 09:56:05 -0800 Subject: [PATCH] Upgrading to golang version 1.10 Upgrading the golang version in the template from 1.9.4 to 1.10 This release includes many fixes to go get which reduces download sizes in builds Issue-ID: AAF-117 Change-Id: I2a36de0302f419097e8ae98dac8c084c04adf659 Signed-off-by: Kiran --- jjb/global-templates-golang.yaml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/jjb/global-templates-golang.yaml b/jjb/global-templates-golang.yaml index 73ebcd278..82eae4851 100644 --- a/jjb/global-templates-golang.yaml +++ b/jjb/global-templates-golang.yaml @@ -49,8 +49,8 @@ settings-file: '{mvn-settings}' - shell: | #!/bin/bash - curl -O https://dl.google.com/go/go1.9.4.linux-amd64.tar.gz - tar -zxf go1.9.4.linux-amd64.tar.gz + curl -O https://dl.google.com/go/go1.10.linux-amd64.tar.gz + tar -zxf go1.10.linux-amd64.tar.gz export GOROOT=$WORKSPACE/go export PATH=$PATH:$GOROOT/bin cd $WORKSPACE/{path} -- 2.16.6