aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authortechknowlogick <techknowlogick@gitea.io>2020-03-09 15:11:02 -0400
committerGitHub <noreply@github.com>2020-03-09 21:11:02 +0200
commita15dc93011d87c09a3e36778c968c9b59ee9cbe7 (patch)
tree31b4317e40c1301b79c4dafd6d7725180d689766
parent66b31786d306675b882f08f8bdaf45f7624d441e (diff)
downloadgitea-a15dc93011d87c09a3e36778c968c9b59ee9cbe7.tar.gz
gitea-a15dc93011d87c09a3e36778c968c9b59ee9cbe7.zip
cross compile using go 1.13.x (#10684)
-rw-r--r--.drone.yml4
1 files changed, 2 insertions, 2 deletions
diff --git a/.drone.yml b/.drone.yml
index 526aa749af..d594278ef0 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