Browse Source

cross compile using go 1.13.x (#10684) (#10696)

Co-authored-by: techknowlogick <techknowlogick@gitea.io>
tags/v1.10.6
Lunny Xiao 5 years ago committed by GitHub
parent
commit
f58715d903
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
  1. 4
      .drone.yml

4
.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

Loading…
Cancel
Save