summaryrefslogtreecommitdiffstats
path: root/jjb
diff options
context:
space:
mode:
authorKiran <kiran.k.kamineni@intel.com>2018-02-20 09:56:05 -0800
committerKiran <kiran.k.kamineni@intel.com>2018-02-20 09:56:18 -0800
commitdc0f8339fd5530a14e260e8f5b92ae4cae544aa1 (patch)
tree1849e0a8380ed225dfcdfcae9f2197848ca1bbac /jjb
parentf5e41fceaf5ff1f8c14401ce4908be84843d6da7 (diff)
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 <kiran.k.kamineni@intel.com>
Diffstat (limited to 'jjb')
-rw-r--r--jjb/global-templates-golang.yaml4
1 files 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}