Skip to content

Commit

Permalink
cross compile using go 1.13.x (#10684) (#10696)
Browse files Browse the repository at this point in the history
Co-authored-by: techknowlogick <techknowlogick@gitea.io>
  • Loading branch information
lunny and techknowlogick committed Mar 10, 2020
1 parent 81072af commit f58715d
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .drone.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down Expand Up @@ -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
Expand Down

0 comments on commit f58715d

Please sign in to comment.