diff options
author | Lunny Xiao <xiaolunwen@gmail.com> | 2020-03-10 23:25:59 +0800 |
---|---|---|
committer | GitHub <noreply@github.com> | 2020-03-10 16:25:59 +0100 |
commit | f58715d90313dbffe6429f33a1f314762ce901b7 (patch) | |
tree | a372ad9d7aaa27a255820b7856620b12c15f5778 | |
parent | 81072af8ce93597c490cae366f2c66e5d44dc287 (diff) | |
download | gitea-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.yml | 4 |
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 |