Skip to content

Commit

Permalink
cross compile using go 1.13.x (go-gitea#10684)
Browse files Browse the repository at this point in the history
  • Loading branch information
techknowlogick authored and lunny committed Mar 10, 2020
1 parent 81072af commit 7e586c3
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 7e586c3

Please sign in to comment.