Skip to content

Commit f58715d

Browse files
cross compile using go 1.13.x (#10684) (#10696)
Co-authored-by: techknowlogick <techknowlogick@gitea.io>
1 parent 81072af commit f58715d

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.drone.yml

+2-2
Original file line numberDiff line numberDiff line change
@@ -389,7 +389,7 @@ steps:
389389

390390
- name: static
391391
pull: always
392-
image: techknowlogick/xgo:latest
392+
image: techknowlogick/xgo:go-1.13.x
393393
commands:
394394
- export PATH=$PATH:$GOPATH/bin
395395
- make generate
@@ -491,7 +491,7 @@ steps:
491491

492492
- name: static
493493
pull: always
494-
image: techknowlogick/xgo:latest
494+
image: techknowlogick/xgo:go-1.13.x
495495
commands:
496496
- export PATH=$PATH:$GOPATH/bin
497497
- make generate

0 commit comments

Comments
 (0)