From f58715d90313dbffe6429f33a1f314762ce901b7 Mon Sep 17 00:00:00 2001 From: Lunny Xiao Date: Tue, 10 Mar 2020 23:25:59 +0800 Subject: [PATCH] cross compile using go 1.13.x (#10684) (#10696) Co-authored-by: techknowlogick --- .drone.yml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/.drone.yml b/.drone.yml index af090dfc6..aa9b9bfd2 100644 --- a/.drone.yml +++ b/.drone.yml @@ -389,7 +389,7 @@ steps: - name: static pull: always - image: techknowlogick/xgo:latest + image: techknowlogick/xgo:go-1.13.x commands: - export PATH=$PATH:$GOPATH/bin - make generate @@ -491,7 +491,7 @@ steps: - name: static pull: always - image: techknowlogick/xgo:latest + image: techknowlogick/xgo:go-1.13.x commands: - export PATH=$PATH:$GOPATH/bin - make generate