From 7e4b96217dd1f7b0a0b531a3925382cc39e370ce Mon Sep 17 00:00:00 2001 From: Kiran Kamineni Date: Mon, 26 Feb 2018 14:51:44 -0800 Subject: Using 1.10 for merge job as well Using 1.10 for merge jobs as well in build Issue-ID: AAF-117 Change-Id: Ifc0aeffb9271ce3ae29142faf9cb92246b335e1c Signed-off-by: Kiran Kamineni --- jjb/global-templates-golang.yaml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'jjb') diff --git a/jjb/global-templates-golang.yaml b/jjb/global-templates-golang.yaml index 82eae4851..d3ceac5e2 100644 --- a/jjb/global-templates-golang.yaml +++ b/jjb/global-templates-golang.yaml @@ -111,8 +111,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=$PWD/go export PATH=$PATH:$GOROOT/bin cd $WORKSPACE/{path} -- cgit 1.2.3-korg