Skip to content

Commit a15dc93

Browse files
cross compile using go 1.13.x (#10684)
1 parent 66b3178 commit a15dc93

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.drone.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -387,7 +387,7 @@ steps:
387387

388388
- name: static
389389
pull: always
390-
image: techknowlogick/xgo:latest
390+
image: techknowlogick/xgo:go-1.13.x
391391
commands:
392392
- apt update && apt -y install curl
393393
- curl -sL https://deb.nodesource.com/setup_12.x | bash - && apt -y install nodejs
@@ -485,7 +485,7 @@ steps:
485485

486486
- name: static
487487
pull: always
488-
image: techknowlogick/xgo:latest
488+
image: techknowlogick/xgo:go-1.13.x
489489
commands:
490490
- apt update && apt -y install curl
491491
- curl -sL https://deb.nodesource.com/setup_12.x | bash - && apt -y install nodejs

0 commit comments

Comments
 (0)