Skip to content

Commit

Permalink
Merge pull request #13 from promhippie/downgrade-xgo
Browse files Browse the repository at this point in the history
Downgrade xgo to 1.10 within drone
  • Loading branch information
tboerger committed Oct 6, 2018
2 parents 2909f4d + be828d8 commit a4a2c5c
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions .drone.yml
Expand Up @@ -83,7 +83,7 @@ pipeline:
- make build

app-windows:
image: karalabe/xgo-latest:latest
image: karalabe/xgo-1.10:latest
pull: true
group: release
environment:
Expand All @@ -96,7 +96,7 @@ pipeline:
event: [ push, tag ]

app-linux:
image: karalabe/xgo-latest:latest
image: karalabe/xgo-1.10:latest
pull: true
group: release
environment:
Expand All @@ -109,7 +109,7 @@ pipeline:
event: [ push, tag ]

app-darwin:
image: karalabe/xgo-latest:latest
image: karalabe/xgo-1.10:latest
pull: true
group: release
environment:
Expand Down

0 comments on commit a4a2c5c

Please sign in to comment.