aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorLunny Xiao <xiaolunwen@gmail.com>2020-03-10 23:25:59 +0800
committerGitHub <noreply@github.com>2020-03-10 16:25:59 +0100
commitf58715d90313dbffe6429f33a1f314762ce901b7 (patch)
treea372ad9d7aaa27a255820b7856620b12c15f5778
parent81072af8ce93597c490cae366f2c66e5d44dc287 (diff)
downloadgitea-f58715d90313dbffe6429f33a1f314762ce901b7.tar.gz
gitea-f58715d90313dbffe6429f33a1f314762ce901b7.zip
cross compile using go 1.13.x (#10684) (#10696)
Co-authored-by: techknowlogick <techknowlogick@gitea.io>
-rw-r--r--.drone.yml4
1 files changed, 2 insertions, 2 deletions
diff --git a/.drone.yml b/.drone.yml
index af090dfc66..aa9b9bfd25 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