From: Kiran Date: Tue, 20 Feb 2018 17:56:05 +0000 (-0800) Subject: Upgrading to golang version 1.10 X-Git-Url: https://gerrit.onap.org/r/gitweb?a=commitdiff_plain;h=refs%2Fchanges%2F91%2F32291%2F1;p=ci-management.git 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 --- 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}