From a15dc93011d87c09a3e36778c968c9b59ee9cbe7 Mon Sep 17 00:00:00 2001 From: techknowlogick Date: Mon, 9 Mar 2020 15:11:02 -0400 Subject: [PATCH] cross compile using go 1.13.x (#10684) --- .drone.yml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/.drone.yml b/.drone.yml index 526aa749a..d594278ef 100644 --- a/.drone.yml +++ b/.drone.yml @@ -387,7 +387,7 @@ steps: - name: static pull: always - image: techknowlogick/xgo:latest + image: techknowlogick/xgo:go-1.13.x commands: - apt update && apt -y install curl - curl -sL https://deb.nodesource.com/setup_12.x | bash - && apt -y install nodejs @@ -485,7 +485,7 @@ steps: - name: static pull: always - image: techknowlogick/xgo:latest + image: techknowlogick/xgo:go-1.13.x commands: - apt update && apt -y install curl - curl -sL https://deb.nodesource.com/setup_12.x | bash - && apt -y install nodejs