summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorLunny Xiao <xiaolunwen@gmail.com>2020-03-10 23:36:59 +0800
committerGitHub <noreply@github.com>2020-03-10 16:36:59 +0100
commit6618348e234f704da3d77446206b9da4e07b26eb (patch)
treeb7b15133e73491fcfe6e71b1bc83da43da3a6908
parent288e487232e90fab04b4d69e063ae6f93af19c37 (diff)
downloadgitea-6618348e234f704da3d77446206b9da4e07b26eb.tar.gz
gitea-6618348e234f704da3d77446206b9da4e07b26eb.zip
cross compile using go 1.13.x (#10684) (#10697)
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 2deccf34eb..3201605ec5 100644
--- a/.drone.yml
+++ b/.drone.yml
@@ -379,7 +379,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
@@ -477,7 +477,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