Upgrading to golang version 1.10 91/32291/1
authorKiran <kiran.k.kamineni@intel.com>
Tue, 20 Feb 2018 17:56:05 +0000 (09:56 -0800)
committerKiran <kiran.k.kamineni@intel.com>
Tue, 20 Feb 2018 17:56:18 +0000 (09:56 -0800)
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>
jjb/global-templates-golang.yaml

index 73ebcd2..82eae48 100644 (file)
@@ -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}