Skip to content

Commit 6618348

Browse files
cross compile using go 1.13.x (#10684) (#10697)
Co-authored-by: techknowlogick <[email protected]>
1 parent 288e487 commit 6618348

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
@@ -379,7 +379,7 @@ steps:
379379

380380
- name: static
381381
pull: always
382-
image: techknowlogick/xgo:latest
382+
image: techknowlogick/xgo:go-1.13.x
383383
commands:
384384
- apt update && apt -y install curl
385385
- curl -sL https://deb.nodesource.com/setup_12.x | bash - && apt -y install nodejs
@@ -477,7 +477,7 @@ steps:
477477

478478
- name: static
479479
pull: always
480-
image: techknowlogick/xgo:latest
480+
image: techknowlogick/xgo:go-1.13.x
481481
commands:
482482
- apt update && apt -y install curl
483483
- curl -sL https://deb.nodesource.com/setup_12.x | bash - && apt -y install nodejs

0 commit comments

Comments
 (0)